Package io.camunda.client.api.command
Interface AssignGroupToTenantCommandStep1
- All Superinterfaces:
FinalCommandStep<AssignGroupToTenantResponse>
- All Known Implementing Classes:
AssignGroupToTenantCommandImpl
public interface AssignGroupToTenantCommandStep1
extends FinalCommandStep<AssignGroupToTenantResponse>
-
Method Summary
Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
groupKey
Sets the group key for the assignment.- 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.
-