Package io.camunda.client.api.command
Interface CreateRoleCommandStep1.CreateRoleCommandStep2
- All Superinterfaces:
FinalCommandStep<CreateRoleResponse>
- All Known Implementing Classes:
CreateRoleCommandImpl
- Enclosing interface:
CreateRoleCommandStep1
public static interface CreateRoleCommandStep1.CreateRoleCommandStep2
extends FinalCommandStep<CreateRoleResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Set the description for the role to be created.Set the name for the role to be created.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
name
Set the name for the role to be created.- Parameters:
name- the role name- Returns:
- the builder for this command
-
description
Set the description for the role to be created.- Parameters:
description- the role description- Returns:
- the builder for this command
-