Package io.camunda.client.api.command
Interface AssignRoleToUserCommandStep1.AssignRoleToUserCommandStep2
- All Superinterfaces:
FinalCommandStep<AssignRoleToUserResponse>
- All Known Implementing Classes:
AssignRoleToUserCommandImpl
- Enclosing interface:
AssignRoleToUserCommandStep1
public static interface AssignRoleToUserCommandStep1.AssignRoleToUserCommandStep2
extends FinalCommandStep<AssignRoleToUserResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSets the username of the user to assign the role to.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
username
Sets the username of the user to assign the role to.- Parameters:
username- the username- Returns:
- the builder for this command. Call
FinalCommandStep.send()to execute.
-