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
Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
userKey
Sets the user key for the unassignment.- 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.
-