Package io.camunda.client.api.command
Interface AssignGroupToTenantCommandStep1.AssignGroupToTenantCommandStep2
- All Known Implementing Classes:
AssignGroupToTenantCommandImpl
- Enclosing interface:
AssignGroupToTenantCommandStep1
public static interface AssignGroupToTenantCommandStep1.AssignGroupToTenantCommandStep2
-
Method Summary
Modifier and TypeMethodDescriptionSets the tenant ID.
-
Method Details
-
tenantId
Sets the tenant ID.- Parameters:
tenantId- the tenantId of the tenant- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-