Package io.camunda.client.api.command
Interface AssignUserToTenantCommandStep1
- All Known Implementing Classes:
AssignUserToTenantCommandImpl
public interface AssignUserToTenantCommandStep1
Command to assign a user to a tenant.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionSets the user key for the assignment.
-
Method Details
-
username
Sets the user key for the assignment.- Parameters:
username- the unique identifier for the user- Returns:
- the builder for this command.
-