Package io.camunda.client.api.command
Interface AssignRoleToTenantCommandStep1
- All Superinterfaces:
FinalCommandStep<AssignRoleToTenantResponse>
- All Known Implementing Classes:
AssignRoleToTenantCommandImpl
public interface AssignRoleToTenantCommandStep1
extends FinalCommandStep<AssignRoleToTenantResponse>
Step to assign a role to a tenant.
-
Method Summary
Modifier and TypeMethodDescriptionSets the ID of the role to assign.Methods inherited from interface io.camunda.client.api.command.FinalCommandStep
requestTimeout, send
-
Method Details
-
roleId
Sets the ID of the role to assign.- Parameters:
roleId- the ID of the role- Returns:
- the builder for this command
-