Package io.camunda.client.impl.response
Class UpdateUserResponseImpl
java.lang.Object
io.camunda.client.impl.response.UpdateUserResponseImpl
- All Implemented Interfaces:
UpdateUserResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Returns the email of the updated user.getName()Returns the name of the updated user.Returns the username of the updated user.setResponse(UserUpdateResult userUpdateResult)
-
Constructor Details
-
UpdateUserResponseImpl
public UpdateUserResponseImpl()
-
-
Method Details
-
getUsername
Description copied from interface:UpdateUserResponseReturns the username of the updated user.- Specified by:
getUsernamein interfaceUpdateUserResponse- Returns:
- the username of the updated user.
-
getName
Description copied from interface:UpdateUserResponseReturns the name of the updated user.- Specified by:
getNamein interfaceUpdateUserResponse- Returns:
- the name of the updated user.
-
getEmail
Description copied from interface:UpdateUserResponseReturns the email of the updated user.- Specified by:
getEmailin interfaceUpdateUserResponse- Returns:
- the email of the updated user.
-
setResponse
-