Uses of Class
com.cumulocity.rest.representation.application.ApplicationUserRepresentation
-
Packages that use ApplicationUserRepresentation Package Description com.cumulocity.rest.representation.application -
-
Uses of ApplicationUserRepresentation in com.cumulocity.rest.representation.application
Methods in com.cumulocity.rest.representation.application that return ApplicationUserRepresentation Modifier and Type Method Description ApplicationUserRepresentationApplicationUserRepresentation.ApplicationUserRepresentationBuilder. build()Methods in com.cumulocity.rest.representation.application that return types with arguments of type ApplicationUserRepresentation Modifier and Type Method Description List<ApplicationUserRepresentation>ApplicationUserCollectionRepresentation. getUsers()Iterator<ApplicationUserRepresentation>ApplicationUserCollectionRepresentation. iterator()Methods in com.cumulocity.rest.representation.application with parameters of type ApplicationUserRepresentation Modifier and Type Method Description ApplicationUserCollectionRepresentation.ApplicationUserCollectionRepresentationBuilderApplicationUserCollectionRepresentation.ApplicationUserCollectionRepresentationBuilder. user(ApplicationUserRepresentation user)Method parameters in com.cumulocity.rest.representation.application with type arguments of type ApplicationUserRepresentation Modifier and Type Method Description voidApplicationUserCollectionRepresentation. setUsers(List<ApplicationUserRepresentation> users)ApplicationUserCollectionRepresentation.ApplicationUserCollectionRepresentationBuilderApplicationUserCollectionRepresentation.ApplicationUserCollectionRepresentationBuilder. users(Collection<? extends ApplicationUserRepresentation> users)Constructor parameters in com.cumulocity.rest.representation.application with type arguments of type ApplicationUserRepresentation Constructor Description ApplicationUserCollectionRepresentation(List<ApplicationUserRepresentation> users)
-