Uses of Class
com.cumulocity.rest.representation.application.ApplicationRepresentation
Packages that use ApplicationRepresentation
Package
Description
-
Uses of ApplicationRepresentation in com.cumulocity.rest.representation.application
Methods in com.cumulocity.rest.representation.application that return ApplicationRepresentationModifier and TypeMethodDescriptionApplicationRepresentation.ApplicationRepresentationBuilder.build()
ApplicationReferenceRepresentation.getApplication()
Methods in com.cumulocity.rest.representation.application that return types with arguments of type ApplicationRepresentationModifier and TypeMethodDescriptionApplicationCollectionRepresentation.getApplications()
ApplicationCollectionRepresentation.iterator()
Methods in com.cumulocity.rest.representation.application with parameters of type ApplicationRepresentationModifier and TypeMethodDescriptionvoid
ApplicationReferenceRepresentation.setApplication
(ApplicationRepresentation application) Method parameters in com.cumulocity.rest.representation.application with type arguments of type ApplicationRepresentationModifier and TypeMethodDescriptionvoid
ApplicationCollectionRepresentation.setApplications
(List<ApplicationRepresentation> applications) -
Uses of ApplicationRepresentation in com.cumulocity.rest.representation.user
Methods in com.cumulocity.rest.representation.user that return types with arguments of type ApplicationRepresentationModifier and TypeMethodDescriptionGroupRepresentation.getApplications()
UserRepresentation.getApplications()
Method parameters in com.cumulocity.rest.representation.user with type arguments of type ApplicationRepresentationModifier and TypeMethodDescriptionvoid
GroupRepresentation.setApplications
(List<ApplicationRepresentation> applications) void
UserRepresentation.setApplications
(List<ApplicationRepresentation> applications)