Package io.camunda.client.api.command
Interface UnassignRoleFromMappingCommandStep1.UnassignRoleFromMappingCommandStep2
- All Superinterfaces:
FinalCommandStep<UnassignRoleFromMappingResponse>
- All Known Implementing Classes:
UnassignRoleFromMappingCommandImpl
- Enclosing interface:
UnassignRoleFromMappingCommandStep1
public static interface UnassignRoleFromMappingCommandStep1.UnassignRoleFromMappingCommandStep2
extends FinalCommandStep<UnassignRoleFromMappingResponse>
-
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 mappingId of the mapping- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-