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