Uses of Class
com.cumulocity.rest.representation.user.UserRepresentation
-
Packages that use UserRepresentation Package Description com.cumulocity.rest.representation.user com.cumulocity.sdk.client.user -
-
Uses of UserRepresentation in com.cumulocity.rest.representation.user
Methods in com.cumulocity.rest.representation.user that return UserRepresentation Modifier and Type Method Description UserRepresentationUserReferenceRepresentation. getUser()Methods in com.cumulocity.rest.representation.user that return types with arguments of type UserRepresentation Modifier and Type Method Description List<UserRepresentation>UserCollectionRepresentation. getUsers()Iterator<UserRepresentation>UserCollectionRepresentation. iterator()Methods in com.cumulocity.rest.representation.user with parameters of type UserRepresentation Modifier and Type Method Description voidUserReferenceRepresentation. setUser(UserRepresentation user)Method parameters in com.cumulocity.rest.representation.user with type arguments of type UserRepresentation Modifier and Type Method Description voidUserCollectionRepresentation. setUsers(List<UserRepresentation> users) -
Uses of UserRepresentation in com.cumulocity.sdk.client.user
Methods in com.cumulocity.sdk.client.user that return UserRepresentation Modifier and Type Method Description UserRepresentationUserApi. create(String tenant, UserRepresentation userRepresentation)UserRepresentationUserApiImpl. create(String tenant, UserRepresentation userRepresentation)UserRepresentationUserApi. getCurrentUserWithCustomProperties()UserRepresentationUserApiImpl. getCurrentUserWithCustomProperties()UserRepresentationUserApi. getUser(String tenant, String user)UserRepresentationUserApiImpl. getUser(String tenant, String user)UserRepresentationUserApi. update(String tenant, UserRepresentation userRepresentation)UserRepresentationUserApiImpl. update(String tenant, UserRepresentation userRepresentation)Methods in com.cumulocity.sdk.client.user with parameters of type UserRepresentation Modifier and Type Method Description UserRepresentationUserApi. create(String tenant, UserRepresentation userRepresentation)UserRepresentationUserApiImpl. create(String tenant, UserRepresentation userRepresentation)UserRepresentationUserApi. update(String tenant, UserRepresentation userRepresentation)UserRepresentationUserApiImpl. update(String tenant, UserRepresentation userRepresentation)
-