Package io.camunda.client.api.command
Interface UnassignUserFromTenantCommandStep1
- All Known Implementing Classes:
UnassignUserFromTenantCommandImpl
public interface UnassignUserFromTenantCommandStep1
Command to unassign a user from a tenant.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionSets the username for unassignment.
-
Method Details
-
username
Sets the username for unassignment.- Parameters:
username- the username of the user- Returns:
- the builder for this command.
-