Package io.camunda.client.api.command
Interface AssignMappingToTenantCommandStep1
- All Superinterfaces:
FinalCommandStep<AssignMappingToTenantResponse>
- All Known Implementing Classes:
AssignMappingToTenantCommandImpl
public interface AssignMappingToTenantCommandStep1
extends FinalCommandStep<AssignMappingToTenantResponse>
Command to assign a mapping to a tenant.
-
Method Summary
Modifier and TypeMethodDescriptionmappingKey(long mappingKey) Sets the mapping key for the assignment.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
mappingKey
Sets the mapping key for the assignment.- Parameters:
mappingKey- the key of the mapping- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-