public class TenantClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TenantClient.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
addTenant(Tenant tenant) |
void |
deleteTenant(UUID tenantId) |
List<Tenant> |
listTenants() |
static TenantClient.Builder |
tenantClient(SerializedClientConfig config) |
void |
updateTenant(Tenant tenant) |
public static TenantClient.Builder tenantClient(SerializedClientConfig config)
public void addTenant(Tenant tenant)
public void deleteTenant(UUID tenantId)
public void updateTenant(Tenant tenant)
Copyright © 2021. All rights reserved.