public class VerifyApi extends Object
| Constructor and Description |
|---|
VerifyApi() |
VerifyApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
String |
getCustomBaseUrl() |
int |
getHostIndex() |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
MatchResponse |
verifyMatchPost(MultiFieldReq multiFieldReq) |
okhttp3.Call |
verifyMatchPostAsync(MultiFieldReq multiFieldReq,
ApiCallback<MatchResponse> _callback)
(asynchronously)
|
okhttp3.Call |
verifyMatchPostCall(MultiFieldReq multiFieldReq,
ApiCallback _callback)
Build call for verifyMatchPost
|
ApiResponse<MatchResponse> |
verifyMatchPostWithHttpInfo(MultiFieldReq multiFieldReq) |
public VerifyApi()
public VerifyApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call verifyMatchPostCall(MultiFieldReq multiFieldReq, ApiCallback _callback) throws ApiException
multiFieldReq - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
public MatchResponse verifyMatchPost(MultiFieldReq multiFieldReq) throws ApiException
multiFieldReq - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | OK | - |
public ApiResponse<MatchResponse> verifyMatchPostWithHttpInfo(MultiFieldReq multiFieldReq) throws ApiException
multiFieldReq - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | OK | - |
public okhttp3.Call verifyMatchPostAsync(MultiFieldReq multiFieldReq, ApiCallback<MatchResponse> _callback) throws ApiException
multiFieldReq - (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
Copyright © 2024. All rights reserved.