Package io.camunda.client.api.command
Interface AssignRoleToTenantCommandStep1
- All Known Implementing Classes:
AssignRoleToTenantCommandImpl
public interface AssignRoleToTenantCommandStep1
Step to assign a role to a tenant.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionSets the ID of the role to assign.
-
Method Details
-
roleId
Sets the ID of the role to assign.- Parameters:
roleId- the ID of the role- Returns:
- the builder for this command
-