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.longReturns the key of the created user.Returns the username of the created user.setResponse(UserCreateResult response)
-
Constructor Details
-
CreateUserResponseImpl
-
-
Method Details
-
setResponse
-
getUserKey
public long getUserKey()Description copied from interface:CreateUserResponseReturns the key of the created user.- Specified by:
getUserKeyin interfaceCreateUserResponse- Returns:
- the key of the created user.
-
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.
-