Package io.camunda.client.api.response
Interface UpdateRoleResponse
- All Known Implementing Classes:
UpdateRoleResponseImpl
public interface UpdateRoleResponse
-
Method Summary
-
Method Details
-
getRoleId
String getRoleId()Returns the ID of the updated role.- Returns:
- the ID of the updated role.
-
getName
String getName()Returns the name of the updated role.- Returns:
- the name of the updated role.
-
getDescription
String getDescription()Returns the description of the updated role.- Returns:
- the description of the updated role.
-