Package io.camunda.client.api.command
Interface RemoveUserFromTenantCommandStep1
- All Superinterfaces:
FinalCommandStep<RemoveUserFromTenantResponse>
- All Known Implementing Classes:
RemoveUserFromTenantCommandImpl
public interface RemoveUserFromTenantCommandStep1
extends FinalCommandStep<RemoveUserFromTenantResponse>
Command to remove a user from a tenant.
-
Method Summary
Modifier and TypeMethodDescriptionSets the username for the removal of assignment.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
username
Sets the username for the removal of assignment.- Returns:
- the builder for this command. Call
FinalCommandStep.send()to complete the command and send it to the broker.
-