Class CreateUserResponseImpl
java.lang.Object
io.camunda.zeebe.client.impl.response.CreateUserResponseImpl
- All Implemented Interfaces:
CreateUserResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the key of the created user.setResponse(UserCreateResult response)
-
Constructor Details
-
CreateUserResponseImpl
-
-
Method Details
-
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.
-
setResponse
-