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 TypeMethodDescriptionvoidTenantRepresentation.setApplications(ApplicationReferenceCollectionRepresentation applications) voidTenantRepresentation.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 TypeMethodDescriptionvoidCurrentTenantRepresentation.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)