Package io.camunda.client.impl.response
Class UpdateRoleResponseImpl
java.lang.Object
io.camunda.client.impl.response.UpdateRoleResponseImpl
- All Implemented Interfaces:
UpdateRoleResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the updated role.getName()Returns the name of the updated role.Returns the ID of the updated role.setResponse(RoleUpdateResult roleUpdateResult)
-
Constructor Details
-
UpdateRoleResponseImpl
public UpdateRoleResponseImpl()
-
-
Method Details
-
getRoleId
Description copied from interface:UpdateRoleResponseReturns the ID of the updated role.- Specified by:
getRoleIdin interfaceUpdateRoleResponse- Returns:
- the ID of the updated role.
-
getName
Description copied from interface:UpdateRoleResponseReturns the name of the updated role.- Specified by:
getNamein interfaceUpdateRoleResponse- Returns:
- the name of the updated role.
-
getDescription
Description copied from interface:UpdateRoleResponseReturns the description of the updated role.- Specified by:
getDescriptionin interfaceUpdateRoleResponse- Returns:
- the description of the updated role.
-
setResponse
-