Package io.camunda.client.impl.response
Class CreateRoleResponseImpl
java.lang.Object
io.camunda.client.impl.response.CreateRoleResponseImpl
- All Implemented Interfaces:
CreateRoleResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the key of the created role.setResponse(RoleCreateResult response)
-
Constructor Details
-
CreateRoleResponseImpl
public CreateRoleResponseImpl()
-
-
Method Details
-
getRoleKey
public long getRoleKey()Description copied from interface:CreateRoleResponseReturns the key of the created role.- Specified by:
getRoleKeyin interfaceCreateRoleResponse- Returns:
- the key of the created role.
-
setResponse
-