public class TenantsService extends Object
| Constructor and Description |
|---|
TenantsService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteTenant(String tenantId) |
Tenant |
getTenant(String tenantId) |
TenantsResponseBody |
getTenants(String limit,
String cursor) |
Tenant |
updateTenant(String tenantId,
TenantRequestBody requestBody) |
public Tenant getTenant(String tenantId) throws IOException
IOExceptionpublic Tenant updateTenant(String tenantId, TenantRequestBody requestBody) throws IOException
IOExceptionpublic TenantsResponseBody getTenants(String limit, String cursor) throws IOException
IOExceptionpublic void deleteTenant(String tenantId) throws IOException
IOExceptionCopyright © 2023. All rights reserved.