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