Uses of Class
org.bonitasoft.web.client.model.TenantPauseRequest
-
Packages that use TenantPauseRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of TenantPauseRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type TenantPauseRequest Modifier and Type Method Description voidSystemTenantApi. updateSystemTenant(String id, TenantPauseRequest tenantPauseRequest)Update the current Tenant Pause or resume the current tenant.ApiResponse<Void>SystemTenantApi. updateSystemTenantWithHttpInfo(String id, TenantPauseRequest tenantPauseRequest)Update the current Tenant Similar toupdateSystemTenantbut it also returns the http response headers . -
Uses of TenantPauseRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return TenantPauseRequest Modifier and Type Method Description TenantPauseRequestTenantPauseRequest. paused(String paused)
-