Package com.cumulocity.sdk.client.user
Class UserApiImpl
java.lang.Object
com.cumulocity.sdk.client.user.UserApiImpl
- All Implemented Interfaces:
UserApi
-
Constructor Summary
ConstructorDescriptionUserApiImpl
(RestConnector restConnector, TemplateUrlParser templateUrlParser, UsersApiRepresentation usersApiRepresentation) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(String tenant, UserRepresentation userRepresentation) void
update
(String tenant, UserRepresentation userRepresentation) updateCurrentUser
(CurrentUserRepresentation currentUserRepresentation)
-
Constructor Details
-
UserApiImpl
public UserApiImpl(RestConnector restConnector, TemplateUrlParser templateUrlParser, UsersApiRepresentation usersApiRepresentation)
-
-
Method Details
-
getCurrentUser
- Specified by:
getCurrentUser
in interfaceUserApi
-
updateCurrentUser
public CurrentUserRepresentation updateCurrentUser(CurrentUserRepresentation currentUserRepresentation) - Specified by:
updateCurrentUser
in interfaceUserApi
-
getCurrentUserWithCustomProperties
- Specified by:
getCurrentUserWithCustomProperties
in interfaceUserApi
-
getUser
-
create
-
update
-
delete
-