Uses of Class
com.cumulocity.rest.representation.user.UserRepresentation
Packages that use UserRepresentation
-
Uses of UserRepresentation in com.cumulocity.rest.representation.user
Methods in com.cumulocity.rest.representation.user that return UserRepresentationMethods in com.cumulocity.rest.representation.user that return types with arguments of type UserRepresentationModifier and TypeMethodDescriptionUserCollectionRepresentation.getUsers()
UserCollectionRepresentation.iterator()
Methods in com.cumulocity.rest.representation.user with parameters of type UserRepresentationModifier and TypeMethodDescriptionvoid
UserReferenceRepresentation.setUser
(UserRepresentation user) Method parameters in com.cumulocity.rest.representation.user with type arguments of type UserRepresentationModifier and TypeMethodDescriptionvoid
UserCollectionRepresentation.setUsers
(List<UserRepresentation> users) -
Uses of UserRepresentation in com.cumulocity.sdk.client.user
Methods in com.cumulocity.sdk.client.user that return UserRepresentationModifier and TypeMethodDescriptionUserApi.create
(String tenant, UserRepresentation userRepresentation) UserApiImpl.create
(String tenant, UserRepresentation userRepresentation) UserApi.getCurrentUserWithCustomProperties()
UserApiImpl.getCurrentUserWithCustomProperties()
UserApi.update
(String tenant, UserRepresentation userRepresentation) UserApiImpl.update
(String tenant, UserRepresentation userRepresentation) Methods in com.cumulocity.sdk.client.user with parameters of type UserRepresentationModifier and TypeMethodDescriptionUserApi.create
(String tenant, UserRepresentation userRepresentation) UserApiImpl.create
(String tenant, UserRepresentation userRepresentation) UserApi.update
(String tenant, UserRepresentation userRepresentation) UserApiImpl.update
(String tenant, UserRepresentation userRepresentation)