Package io.camunda.client.api.command
Interface UnassignRoleFromGroupCommandStep1.UnassignRoleFromGroupCommandStep2
- All Superinterfaces:
FinalCommandStep<UnassignRoleFromGroupResponse>
- All Known Implementing Classes:
UnassignRoleFromGroupCommandImpl
- Enclosing interface:
UnassignRoleFromGroupCommandStep1
public static interface UnassignRoleFromGroupCommandStep1.UnassignRoleFromGroupCommandStep2
extends FinalCommandStep<UnassignRoleFromGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the group ID.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
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.
-