Package io.camunda.client.api.command
Interface AssignMappingRuleToGroupStep1.AssignMappingRuleToGroupStep2
- All Known Implementing Classes:
AssignMappingRuleToGroupCommandImpl
- Enclosing interface:
AssignMappingRuleToGroupStep1
public static interface AssignMappingRuleToGroupStep1.AssignMappingRuleToGroupStep2
-
Method Summary
Modifier and TypeMethodDescriptionSets the group ID.
-
Method Details
-
groupId
Sets the group ID.- Parameters:
groupId- the groupId of the group- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-