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