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