Package io.camunda.client.api.command
Interface AssignRoleToUserCommandStep1.AssignRoleToUserCommandStep2
- All Known Implementing Classes:
AssignRoleToUserCommandImpl
- Enclosing interface:
AssignRoleToUserCommandStep1
public static interface AssignRoleToUserCommandStep1.AssignRoleToUserCommandStep2
-
Method Summary
Modifier and TypeMethodDescriptionSets the username of the user to assign the role to.
-
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.
-