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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the curren state of the systemorg.springframework.http.ResponseEntity<StatusResponse>
Returns the curren state of the systemvoid
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
StatusApi
public StatusApi() -
StatusApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getStatus
Returns the curren state of the system200 - 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.RestClientExceptionReturns the curren state of the system200 - OK
- Returns:
- ResponseEntity<StatusResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-