Package io.camunda.client.api.command
Interface UnassignMappingRuleFromTenantCommandStep1.UnassignMappingRuleFromTenantCommandStep2
- All Known Implementing Classes:
UnassignMappingRuleFromTenantCommandImpl
- Enclosing interface:
UnassignMappingRuleFromTenantCommandStep1
public static interface UnassignMappingRuleFromTenantCommandStep1.UnassignMappingRuleFromTenantCommandStep2
-
Method Summary
Modifier and TypeMethodDescriptionSets the tenant ID.
-
Method Details
-
tenantId
UnassignMappingRuleFromTenantCommandStep1.UnassignMappingRuleFromTenantCommandStep3 tenantId(String 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.
-