Package io.camunda.client.api.command
Interface UpdateRoleCommandStep1
- All Superinterfaces:
FinalCommandStep<UpdateRoleResponse>
- All Known Implementing Classes:
UpdateRoleCommandImpl
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Set the description for the role to be updated.Set the name for the role to be updated.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
execute, requestTimeout, send
-
Method Details
-
name
Set the name for the role to be updated.- Parameters:
name- the role name- Returns:
- the builder for this command
-
description
Set the description for the role to be updated.- Parameters:
description- the role description- Returns:
- the builder for this command
-