Package io.camunda.client.api.command
Interface UnassignRoleFromMappingRuleCommandStep1.UnassignRoleFromMappingRuleCommandStep2
- All Known Implementing Classes:
UnassignRoleFromMappingRuleCommandImpl
- Enclosing interface:
UnassignRoleFromMappingRuleCommandStep1
public static interface UnassignRoleFromMappingRuleCommandStep1.UnassignRoleFromMappingRuleCommandStep2
-
Method Summary
-
Method Details
-
mappingRuleId
UnassignRoleFromMappingRuleCommandStep1.UnassignRoleFromMappingRuleCommandStep3 mappingRuleId(String mappingRuleId) Sets the mapping rule ID.- Parameters:
mappingRuleId- the mappingRuleId of the mapping rule- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-