Uses of Class
com.confidentify.client.model.MatchJobPairsQueryResponse
-
Packages that use MatchJobPairsQueryResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of MatchJobPairsQueryResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return MatchJobPairsQueryResponse Modifier and Type Method Description MatchJobPairsQueryResponseMatchingApi. dedupJobByIdPairsGet(String jobId, MatchVerdict filterVerdict, String filterRecordId, Integer pageSize, String pageAfter)Get record pairs found by deduplication jobMatchJobPairsQueryResponseMatchingApi. matchJobByIdPairsGet(String jobId, MatchVerdict filterVerdict, String filterRecordId, Integer pageSize, String pageAfter)Get record pairs found by match jobMethods in com.confidentify.client.api that return types with arguments of type MatchJobPairsQueryResponse Modifier and Type Method Description ApiResponse<MatchJobPairsQueryResponse>MatchingApi. dedupJobByIdPairsGetWithHttpInfo(String jobId, MatchVerdict filterVerdict, String filterRecordId, Integer pageSize, String pageAfter)Get record pairs found by deduplication jobApiResponse<MatchJobPairsQueryResponse>MatchingApi. matchJobByIdPairsGetWithHttpInfo(String jobId, MatchVerdict filterVerdict, String filterRecordId, Integer pageSize, String pageAfter)Get record pairs found by match jobMethod parameters in com.confidentify.client.api with type arguments of type MatchJobPairsQueryResponse Modifier and Type Method Description okhttp3.CallMatchingApi. dedupJobByIdPairsGetAsync(String jobId, MatchVerdict filterVerdict, String filterRecordId, Integer pageSize, String pageAfter, ApiCallback<MatchJobPairsQueryResponse> _callback)Get record pairs found by deduplication job (asynchronously)okhttp3.CallMatchingApi. matchJobByIdPairsGetAsync(String jobId, MatchVerdict filterVerdict, String filterRecordId, Integer pageSize, String pageAfter, ApiCallback<MatchJobPairsQueryResponse> _callback)Get record pairs found by match job (asynchronously) -
Uses of MatchJobPairsQueryResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return MatchJobPairsQueryResponse Modifier and Type Method Description MatchJobPairsQueryResponseMatchJobPairsQueryResponse. addPairsItem(MatchedPair pairsItem)MatchJobPairsQueryResponseMatchJobPairsQueryResponse. nextPage(NextPageInformation nextPage)MatchJobPairsQueryResponseMatchJobPairsQueryResponse. pairs(List<MatchedPair> pairs)
-