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