Package io.camunda.client.api.command
Interface AssignMappingToGroupStep1
- All Superinterfaces:
FinalCommandStep<AssignMappingToGroupResponse>
- All Known Implementing Classes:
AssignMappingToGroupCommandImpl
-
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.- Parameters:
mappingId- the ID of the mapping to assign- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-