Package io.camunda.client.api.command
Interface UnassignRoleFromTenantCommandStep1.UnassignRoleFromTenantCommandStep2
- All Known Implementing Classes:
UnassignRoleFromTenantCommandImpl
- Enclosing interface:
UnassignRoleFromTenantCommandStep1
public static interface UnassignRoleFromTenantCommandStep1.UnassignRoleFromTenantCommandStep2
-
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.
-