Uses of Class
com.confidentify.client.model.DedupJobAll
-
Packages that use DedupJobAll Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of DedupJobAll in com.confidentify.client.api
Methods in com.confidentify.client.api that return DedupJobAll Modifier and Type Method Description DedupJobAllMatchingApi. dedupJobByIdGet(String jobId)Get deduplication job informationDedupJobAllMatchingApi. dedupJobByIdPost(String jobId, MatchJobUpdateRequest matchJobUpdateRequest)Update deduplication jobDedupJobAllMatchingApi. dedupJobsPost(DedupJobCreateRequest dedupJobCreateRequest)Create deduplication job Creates and starts a job that will detect duplicates within a dataset, aka.Methods in com.confidentify.client.api that return types with arguments of type DedupJobAll Modifier and Type Method Description ApiResponse<DedupJobAll>MatchingApi. dedupJobByIdGetWithHttpInfo(String jobId)Get deduplication job informationApiResponse<DedupJobAll>MatchingApi. dedupJobByIdPostWithHttpInfo(String jobId, MatchJobUpdateRequest matchJobUpdateRequest)Update deduplication jobApiResponse<DedupJobAll>MatchingApi. dedupJobsPostWithHttpInfo(DedupJobCreateRequest dedupJobCreateRequest)Create deduplication job Creates and starts a job that will detect duplicates within a dataset, aka.Method parameters in com.confidentify.client.api with type arguments of type DedupJobAll Modifier and Type Method Description okhttp3.CallMatchingApi. dedupJobByIdGetAsync(String jobId, ApiCallback<DedupJobAll> _callback)Get deduplication job information (asynchronously)okhttp3.CallMatchingApi. dedupJobByIdPostAsync(String jobId, MatchJobUpdateRequest matchJobUpdateRequest, ApiCallback<DedupJobAll> _callback)Update deduplication job (asynchronously)okhttp3.CallMatchingApi. dedupJobsPostAsync(DedupJobCreateRequest dedupJobCreateRequest, ApiCallback<DedupJobAll> _callback)Create deduplication job (asynchronously) Creates and starts a job that will detect duplicates within a dataset, aka. -
Uses of DedupJobAll in com.confidentify.client.model
Methods in com.confidentify.client.model that return DedupJobAll Modifier and Type Method Description DedupJobAllDedupJobAll. createdAt(OffsetDateTime createdAt)DedupJobAllDedupJobAll. createdBy(String createdBy)DedupJobAllDedupJobAll. datasetId(String datasetId)DedupJobAllDedupJobAll. finishedAt(OffsetDateTime finishedAt)DedupJobAllDedupJobAll. id(String id)DedupJobAllDedupJobAll. name(String name)DedupJobAllDedupJobAll. phase(String phase)DedupJobAllDedupJobAll. progress(MatchJobProgress progress)DedupJobAllDedupJobAll. results(MatchJobBaseResults results)DedupJobAllDedupJobAll. running(Boolean running)DedupJobAllDedupJobAll. startedAt(OffsetDateTime startedAt)
-