Package io.camunda.client.api.command
Interface UnassignRoleFromMappingRuleCommandStep1
- All Known Implementing Classes:
UnassignRoleFromMappingRuleCommandImpl
public interface UnassignRoleFromMappingRuleCommandStep1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionSets the role ID.
-
Method Details
-
roleId
UnassignRoleFromMappingRuleCommandStep1.UnassignRoleFromMappingRuleCommandStep2 roleId(String roleId) Sets the role ID.- Parameters:
roleId- the roleId of the role- Returns:
- the builder for this command.
-