Package io.camunda.client.api.command
Interface CreateRoleCommandStep1
- All Superinterfaces:
FinalCommandStep<CreateRoleResponse>
- All Known Implementing Classes:
CreateRoleCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptionSet the name to create role with.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
name
Set the name to create role with.- Parameters:
name- the name value- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-