Package io.camunda.client.api.command
Interface AssignUserToGroupCommandStep1.AssignUserToGroupCommandStep2
- All Known Implementing Classes:
AssignUserToGroupCommandImpl
- Enclosing interface:
AssignUserToGroupCommandStep1
public static interface AssignUserToGroupCommandStep1.AssignUserToGroupCommandStep2
-
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.
-