Package com.confidentify.client.api
Class MatchingApi
- java.lang.Object
-
- com.confidentify.client.api.MatchingApi
-
public class MatchingApi extends Object
-
-
Constructor Summary
Constructors Constructor Description MatchingApi()MatchingApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()voidmatchPersonPost()Search for matching person records in one or more datasets.okhttp3.CallmatchPersonPostAsync(ApiCallback<Void> _callback)Search for matching person records in one or more datasets.okhttp3.CallmatchPersonPostCall(ApiCallback _callback)Build call for matchPersonPostApiResponse<Void>matchPersonPostWithHttpInfo()Search for matching person records in one or more datasets.voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
MatchingApi
public MatchingApi()
-
MatchingApi
public MatchingApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
matchPersonPostCall
public okhttp3.Call matchPersonPostCall(ApiCallback _callback) throws ApiException
Build call for matchPersonPost- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
matchPersonPost
public void matchPersonPost() throws ApiExceptionSearch for matching person records in one or more datasets.- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
matchPersonPostWithHttpInfo
public ApiResponse<Void> matchPersonPostWithHttpInfo() throws ApiException
Search for matching person records in one or more datasets.- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
matchPersonPostAsync
public okhttp3.Call matchPersonPostAsync(ApiCallback<Void> _callback) throws ApiException
Search for matching person records in one or more datasets. (asynchronously)- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-