Package io.camunda.client.api.command
Interface UnassignRoleFromUserCommandStep1
- All Known Implementing Classes:
UnassignRoleFromUserCommandImpl
public interface UnassignRoleFromUserCommandStep1
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionSets the role ID for the unassignment.
-
Method Details
-
roleId
Sets the role ID for the unassignment.- Parameters:
roleId- the roleId of the role- Returns:
- the next step of the command builder.
-