Interface SystemTenantApi

    • 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
      • getSystemTenantWithHttpInfo

        ApiResponse<SystemTenant> getSystemTenantWithHttpInfo​(String id)
        Get the current Tenant Similar to getSystemTenant but it also returns the http response headers . Pause and resume tenant services in order to do maintenance on a tenant.
        Parameters:
        id - ID of the tenant (required)
        Returns:
        A ApiResponse that wraps the response boyd and the http headers.
      • 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)
      • updateSystemTenantWithHttpInfo

        ApiResponse<Void> updateSystemTenantWithHttpInfo​(String id,
                                                         TenantPauseRequest tenantPauseRequest)
        Update the current Tenant Similar to updateSystemTenant but it also returns the http response headers . Pause or resume the current tenant.
        Parameters:
        id - ID of the tenant (required)
        tenantPauseRequest - Partial SystemTenant description (required)