Package io.camunda.client.impl.response
Class CreateUserResponseImpl
java.lang.Object
io.camunda.client.impl.response.CreateUserResponseImpl
- All Implemented Interfaces:
CreateUserResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Returns the email of the created user.getName()Returns the name of the created user.Returns the username of the created user.setResponse(UserCreateResult response)
-
Constructor Details
-
CreateUserResponseImpl
public CreateUserResponseImpl()
-
-
Method Details
-
setResponse
-
getUsername
Description copied from interface:CreateUserResponseReturns the username of the created user.- Specified by:
getUsernamein interfaceCreateUserResponse- Returns:
- the username of the created user.
-
getName
Description copied from interface:CreateUserResponseReturns the name of the created user.- Specified by:
getNamein interfaceCreateUserResponse- Returns:
- the name of the created user.
-
getEmail
Description copied from interface:CreateUserResponseReturns the email of the created user.- Specified by:
getEmailin interfaceCreateUserResponse- Returns:
- the email of the created user.
-