Package com.cumulocity.sdk.client.user
Interface UserApi
-
- All Known Implementing Classes:
UserApiImpl
public interface UserApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserRepresentationcreate(String tenant, UserRepresentation userRepresentation)voiddelete(String tenant, String userName)CurrentUserRepresentationgetCurrentUser()UserRepresentationgetCurrentUserWithCustomProperties()UserRepresentationgetUser(String tenant, String user)UserRepresentationupdate(String tenant, UserRepresentation userRepresentation)CurrentUserRepresentationupdateCurrentUser(CurrentUserRepresentation currentUserRepresentation)
-
-
-
Method Detail
-
getCurrentUser
CurrentUserRepresentation getCurrentUser()
-
updateCurrentUser
CurrentUserRepresentation updateCurrentUser(CurrentUserRepresentation currentUserRepresentation)
-
getCurrentUserWithCustomProperties
UserRepresentation getCurrentUserWithCustomProperties()
-
getUser
UserRepresentation getUser(String tenant, String user)
-
create
UserRepresentation create(String tenant, UserRepresentation userRepresentation)
-
update
UserRepresentation update(String tenant, UserRepresentation userRepresentation)
-
-