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