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