Uses of Class
com.cumulocity.rest.representation.application.ApplicationReferenceCollectionRepresentation
Packages that use ApplicationReferenceCollectionRepresentation
Package
Description
-
Uses of ApplicationReferenceCollectionRepresentation in com.cumulocity.rest.representation.tenant
Methods in com.cumulocity.rest.representation.tenant that return ApplicationReferenceCollectionRepresentationModifier and TypeMethodDescriptionTenantRepresentation.getApplications()
TenantRepresentation.getOwnedApplications()
Methods in com.cumulocity.rest.representation.tenant with parameters of type ApplicationReferenceCollectionRepresentationModifier and TypeMethodDescriptionvoid
TenantRepresentation.setApplications
(ApplicationReferenceCollectionRepresentation applications) void
TenantRepresentation.setOwnedApplications
(ApplicationReferenceCollectionRepresentation ownedApplications) -
Uses of ApplicationReferenceCollectionRepresentation in com.cumulocity.rest.representation.user
Methods in com.cumulocity.rest.representation.user that return ApplicationReferenceCollectionRepresentationMethods in com.cumulocity.rest.representation.user with parameters of type ApplicationReferenceCollectionRepresentationModifier and TypeMethodDescriptionvoid
CurrentTenantRepresentation.setApplications
(ApplicationReferenceCollectionRepresentation applications) Constructors in com.cumulocity.rest.representation.user with parameters of type ApplicationReferenceCollectionRepresentationModifierConstructorDescriptionCurrentTenantRepresentation
(String name, String parent, String domainName, Boolean allowCreateTenants, ApplicationReferenceCollectionRepresentation applications)