Package io.camunda.client.api.command
Interface AssignMappingRuleToGroupStep1
- All Known Implementing Classes:
AssignMappingRuleToGroupCommandImpl
public interface AssignMappingRuleToGroupStep1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionmappingRuleId(String mappingRuleId) Sets the mapping rule ID for the assignment.
-
Method Details
-
mappingRuleId
Sets the mapping rule ID for the assignment.- Parameters:
mappingRuleId- the ID of the mapping rule to add- Returns:
- the builder for this command.
-