Class HealthApi
java.lang.Object
co.permify.sdk.api.HealthApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class HealthApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response) health apihealth api
-
Constructor Details
-
HealthApi
public HealthApi() -
HealthApi
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException - Throws:
IOException
-
healthCheck
health api- Returns:
- HealthResponse
- Throws:
ApiException- if fails to make API call
-
healthCheckWithHttpInfo
health api- Returns:
- ApiResponse<HealthResponse>
- Throws:
ApiException- if fails to make API call
-