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