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 TypeMethodDescriptiongroupKey(long groupKey) Sets the group key for the unassignment.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
groupKey
Sets the group key for the unassignment.- Parameters:
groupKey- the key of the group- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-