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
Modifier and TypeMethodDescriptionSets the group ID for the assignment.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
groupId
Sets the group ID for the assignment.- 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.
-