Package io.camunda.client.api.command
Interface UnassignUserFromGroupCommandStep1.UnassignUserFromGroupCommandStep2
- All Known Implementing Classes:
UnassignUserFromGroupCommandImpl
- Enclosing interface:
UnassignUserFromGroupCommandStep1
public static interface UnassignUserFromGroupCommandStep1.UnassignUserFromGroupCommandStep2
-
Method Summary
Modifier and TypeMethodDescriptionSets the group ID for the unassignment.
-
Method Details
-
groupId
Sets the group ID for the unassignment.- 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.
-