Class StatusApi
java.lang.Object
com.jumio.sdk.status_endpoint.api.StatusApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:22.809214900+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 systemvoidsetApiClient(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
-