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 TypeMethodDescriptionSets the mapping id for the assignment.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
mappingId
Sets the mapping id for the assignment. Sets the mapping ID for the assignment.- Parameters:
mappingId- the id of the mapping- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-