Uses of Class
cz.fidentis.analyst.engines.face.facemasksapi.invoker.ApiException
Packages that use ApiException
Package
Description
-
Uses of ApiException in cz.fidentis.analyst.engines.face.facemasksapi
Methods in cz.fidentis.analyst.engines.face.facemasksapi that throw ApiExceptionModifier and TypeMethodDescriptionFaceMasksApi.faceMasksV1FaceMasksPost
(Set<FaceMaskVariant> parts, File objFile, File textureFile) Face Masksokhttp3.Call
FaceMasksApi.faceMasksV1FaceMasksPostAsync
(Set<FaceMaskVariant> parts, File objFile, File textureFile, ApiCallback<List<FaceMask>> _callback) Face Masks (asynchronously)okhttp3.Call
FaceMasksApi.faceMasksV1FaceMasksPostCall
(Set<FaceMaskVariant> parts, File objFile, File textureFile, ApiCallback _callback) Build call for faceMasksV1FaceMasksPostFaceMasksApi.faceMasksV1FaceMasksPostWithHttpInfo
(Set<FaceMaskVariant> parts, File objFile, File textureFile) Face Masks -
Uses of ApiException in cz.fidentis.analyst.engines.face.facemasksapi.invoker
Methods in cz.fidentis.analyst.engines.face.facemasksapi.invoker with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoid
This is called when the API call fails.Methods in cz.fidentis.analyst.engines.face.facemasksapi.invoker that throw ApiExceptionModifier and TypeMethodDescriptionokhttp3.Call
ApiClient.buildCall
(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.Request
ApiClient.buildRequest
(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> T
ApiClient.deserialize
(okhttp3.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse
(okhttp3.Response response) Download file from the given response.<T> ApiResponse
<T> ApiClient.execute
(okhttp3.Call call) <T> ApiResponse
<T> Execute HTTP call and deserialize the HTTP response body into the given return type.<T> T
ApiClient.handleResponse
(okhttp3.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.okhttp3.RequestBody
Serialize the given Java object into request body according to the object's class and the request Content-Type.void
ApiClient.updateParamsForAuth
(String[] authNames, List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Update query and header parameters based on authentication settings. -
Uses of ApiException in cz.fidentis.analyst.engines.face.facemasksapi.invoker.auth
Methods in cz.fidentis.analyst.engines.face.facemasksapi.invoker.auth that throw ApiExceptionModifier and TypeMethodDescriptionvoid
ApiKeyAuth.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) void
Authentication.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Apply authentication settings to header and query params.void
HttpBasicAuth.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) void
HttpBearerAuth.applyToParams
(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri)