Package io.camunda.client.api.command
Interface AssignRoleToClientCommandStep1.AssignRoleToClientCommandStep2
- All Known Implementing Classes:
AssignRoleToClientCommandImpl
- Enclosing interface:
AssignRoleToClientCommandStep1
public static interface AssignRoleToClientCommandStep1.AssignRoleToClientCommandStep2
-
Method Summary
Modifier and TypeMethodDescriptionSets the client ID.
-
Method Details
-
clientId
Sets the client ID.- Parameters:
clientId- the clientId of the client- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-