Class SystemApi

java.lang.Object
ru.testit.syncstorage.api.SystemApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.11.0") public class SystemApi extends Object
  • Constructor Details

    • SystemApi

      public SystemApi()
    • SystemApi

      public SystemApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
      Get the API client
      Returns:
      API client
    • setApiClient

      public void setApiClient(ApiClient apiClient)
      Set the API client
      Parameters:
      apiClient - an instance of API client
    • shutdownPost

      public ShutdownResponse shutdownPost() throws ApiException
      Shutdown service Initiate shutdown of the service.
      Returns:
      ShutdownResponse
      Throws:
      ApiException - if fails to make API call
    • shutdownPostWithHttpInfo

      public ApiResponse<ShutdownResponse> shutdownPostWithHttpInfo() throws ApiException
      Shutdown service Initiate shutdown of the service.
      Returns:
      ApiResponse<ShutdownResponse>
      Throws:
      ApiException - if fails to make API call