Package io.camunda.client.api.command
Interface AssignRoleToMappingCommandStep1.AssignRoleToMappingCommandStep2
- All Superinterfaces:
FinalCommandStep<AssignRoleToMappingResponse>
- All Known Implementing Classes:
AssignRoleToMappingCommandImpl
- Enclosing interface:
AssignRoleToMappingCommandStep1
public static interface AssignRoleToMappingCommandStep1.AssignRoleToMappingCommandStep2
extends FinalCommandStep<AssignRoleToMappingResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the mapping ID.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
mappingId
Sets the mapping ID.- 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.
-