Class StatusApi

java.lang.Object
com.jumio.sdk.status_endpoint.api.StatusApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-05-09T15:46:43.349099400+02:00[Europe/Vienna]") public class StatusApi extends Object
  • Constructor Details

    • StatusApi

      public StatusApi()
    • StatusApi

      public StatusApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getStatus

      public StatusResponse getStatus() throws org.springframework.web.client.RestClientException
      Returns the curren state of the system

      200 - OK

      Returns:
      StatusResponse
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API
    • getStatusWithHttpInfo

      public org.springframework.http.ResponseEntity<StatusResponse> getStatusWithHttpInfo() throws org.springframework.web.client.RestClientException
      Returns the curren state of the system

      200 - OK

      Returns:
      ResponseEntity<StatusResponse>
      Throws:
      org.springframework.web.client.RestClientException - if an error occurs while attempting to invoke the API