Package org.bonitasoft.web.client.api
Interface SystemTenantApi
-
- All Superinterfaces:
ApiClient.Api
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public interface SystemTenantApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemTenantgetSystemTenant(String id)Get the current Tenant Pause and resume tenant services in order to do maintenance on a tenant.voidupdateSystemTenant(String id, TenantPauseRequest tenantPauseRequest)Update the current Tenant Pause or resume the current tenant.
-
-
-
Method Detail
-
getSystemTenant
SystemTenant getSystemTenant(String id)
Get the current Tenant Pause and resume tenant services in order to do maintenance on a tenant.- Parameters:
id- ID of the tenant (required)- Returns:
- SystemTenant
-
updateSystemTenant
void updateSystemTenant(String id, TenantPauseRequest tenantPauseRequest)
Update the current Tenant Pause or resume the current tenant.- Parameters:
id- ID of the tenant (required)tenantPauseRequest- Partial SystemTenant description (required)
-
-