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