Package io.camunda.client.api.command
Interface UnassignUserFromGroupCommandStep1
- All Superinterfaces:
FinalCommandStep<UnassignUserFromGroupResponse>
- All Known Implementing Classes:
UnassignUserFromGroupCommandImpl
public interface UnassignUserFromGroupCommandStep1
extends FinalCommandStep<UnassignUserFromGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the username for the unassignment.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
username
Sets the username for the unassignment.- 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.
-