Package io.camunda.client.api.command
Interface AssignUserToGroupCommandStep1
- All Superinterfaces:
FinalCommandStep<AssignUserToGroupResponse>
- All Known Implementing Classes:
AssignUserToGroupCommandImpl
-
Method Summary
Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
userKey
Sets the user key for the assignment.- Parameters:
userKey- the key of the user- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-