MatchJobPairsQueryResponse |
MatchingApi.dedupJobByIdPairsGet(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter) |
Get record pairs found by deduplication job
|
okhttp3.Call |
MatchingApi.dedupJobByIdPairsGetAsync(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter,
ApiCallback<MatchJobPairsQueryResponse> _callback) |
Get record pairs found by deduplication job (asynchronously)
|
okhttp3.Call |
MatchingApi.dedupJobByIdPairsGetCall(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter,
ApiCallback _callback) |
Build call for dedupJobByIdPairsGet
|
ApiResponse<MatchJobPairsQueryResponse> |
MatchingApi.dedupJobByIdPairsGetWithHttpInfo(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter) |
Get record pairs found by deduplication job
|
MatchJobPairsQueryResponse |
MatchingApi.matchJobByIdPairsGet(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter) |
Get record pairs found by match job
|
okhttp3.Call |
MatchingApi.matchJobByIdPairsGetAsync(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter,
ApiCallback<MatchJobPairsQueryResponse> _callback) |
Get record pairs found by match job (asynchronously)
|
okhttp3.Call |
MatchingApi.matchJobByIdPairsGetCall(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter,
ApiCallback _callback) |
Build call for matchJobByIdPairsGet
|
ApiResponse<MatchJobPairsQueryResponse> |
MatchingApi.matchJobByIdPairsGetWithHttpInfo(String jobId,
MatchVerdict filterVerdict,
String filterRecordId,
Integer pageSize,
String pageAfter) |
Get record pairs found by match job
|