Package io.camunda.client.api.command
Interface UnassignRoleFromUserCommandStep1.UnassignRoleFromUserCommandStep2
- All Known Implementing Classes:
UnassignRoleFromUserCommandImpl
- Enclosing interface:
UnassignRoleFromUserCommandStep1
public static interface UnassignRoleFromUserCommandStep1.UnassignRoleFromUserCommandStep2
-
Method Summary
Modifier and TypeMethodDescriptionSets the username for the unassignment.
-
Method Details
-
username
Sets the username for the unassignment.- Parameters:
username- the username of the user- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-