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 TypeMethodDescriptionReturns the description of the created role.getName()Returns the name of the created role.Returns the ID of the created role.setResponse(RoleCreateResult response)
-
Constructor Details
-
CreateRoleResponseImpl
public CreateRoleResponseImpl()
-
-
Method Details
-
getRoleId
Description copied from interface:CreateRoleResponseReturns the ID of the created role.- Specified by:
getRoleIdin interfaceCreateRoleResponse- Returns:
- the ID of the created role.
-
getName
Description copied from interface:CreateRoleResponseReturns the name of the created role.- Specified by:
getNamein interfaceCreateRoleResponse- Returns:
- the name of the created role.
-
getDescription
Description copied from interface:CreateRoleResponseReturns the description of the created role.- Specified by:
getDescriptionin interfaceCreateRoleResponse- Returns:
- the description of the created role.
-
setResponse
-