Class MatchingApi


  • public class MatchingApi
    extends Object
    • 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 ApiException
        Search 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