Package io.camunda.client.api.command
Interface UnassignRoleFromClientCommandStep1.UnassignRoleFromClientCommandStep2
- All Known Implementing Classes:
UnassignRoleFromClientCommandImpl
- Enclosing interface:
UnassignRoleFromClientCommandStep1
public static interface UnassignRoleFromClientCommandStep1.UnassignRoleFromClientCommandStep2
-
Method Summary
Modifier and TypeMethodDescriptionSets the client ID.
-
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.
-