Package io.camunda.client.api.command
Interface UnassignRoleFromClientCommandStep1.UnassignRoleFromClientCommandStep2
- All Superinterfaces:
FinalCommandStep<UnassignRoleFromClientResponse>
- All Known Implementing Classes:
UnassignRoleFromClientCommandImpl
- Enclosing interface:
UnassignRoleFromClientCommandStep1
public static interface UnassignRoleFromClientCommandStep1.UnassignRoleFromClientCommandStep2
extends FinalCommandStep<UnassignRoleFromClientResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the client ID.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
clientId
Sets the client ID.- Parameters:
clientId- the id of the client- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-