Package io.camunda.client.api.command
Interface UnassignMappingFromGroupStep1
- All Superinterfaces:
FinalCommandStep<UnassignMappingFromGroupResponse>
- All Known Implementing Classes:
UnassignMappingFromGroupCommandImpl
public interface UnassignMappingFromGroupStep1
extends FinalCommandStep<UnassignMappingFromGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the mapping ID for the unassignment.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
mappingId
Sets the mapping ID for the unassignment.- Parameters:
mappingId- the ID of the mapping to unassign- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-