Uses of Class
com.confidentify.client.model.MatchJobAll
-
Packages that use MatchJobAll Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of MatchJobAll in com.confidentify.client.api
Methods in com.confidentify.client.api that return MatchJobAll Modifier and Type Method Description MatchJobAllMatchingApi. matchJobByIdGet(String jobId)Get match job informationMatchJobAllMatchingApi. matchJobByIdPost(String jobId, MatchJobUpdateRequest matchJobUpdateRequest)Update match jobMatchJobAllMatchingApi. matchJobsPost(MatchJobCreateRequest matchJobCreateRequest)Create match job Creates and starts a job that will detect matching records between two datasets, aka.Methods in com.confidentify.client.api that return types with arguments of type MatchJobAll Modifier and Type Method Description ApiResponse<MatchJobAll>MatchingApi. matchJobByIdGetWithHttpInfo(String jobId)Get match job informationApiResponse<MatchJobAll>MatchingApi. matchJobByIdPostWithHttpInfo(String jobId, MatchJobUpdateRequest matchJobUpdateRequest)Update match jobApiResponse<MatchJobAll>MatchingApi. matchJobsPostWithHttpInfo(MatchJobCreateRequest matchJobCreateRequest)Create match job Creates and starts a job that will detect matching records between two datasets, aka.Method parameters in com.confidentify.client.api with type arguments of type MatchJobAll Modifier and Type Method Description okhttp3.CallMatchingApi. matchJobByIdGetAsync(String jobId, ApiCallback<MatchJobAll> _callback)Get match job information (asynchronously)okhttp3.CallMatchingApi. matchJobByIdPostAsync(String jobId, MatchJobUpdateRequest matchJobUpdateRequest, ApiCallback<MatchJobAll> _callback)Update match job (asynchronously)okhttp3.CallMatchingApi. matchJobsPostAsync(MatchJobCreateRequest matchJobCreateRequest, ApiCallback<MatchJobAll> _callback)Create match job (asynchronously) Creates and starts a job that will detect matching records between two datasets, aka. -
Uses of MatchJobAll in com.confidentify.client.model
Methods in com.confidentify.client.model that return MatchJobAll Modifier and Type Method Description MatchJobAllMatchJobAll. addDatasetsItem(String datasetsItem)MatchJobAllMatchJobAll. createdAt(OffsetDateTime createdAt)MatchJobAllMatchJobAll. createdBy(String createdBy)MatchJobAllMatchJobAll. datasets(List<String> datasets)MatchJobAllMatchJobAll. finishedAt(OffsetDateTime finishedAt)MatchJobAllMatchJobAll. id(String id)MatchJobAllMatchJobAll. name(String name)MatchJobAllMatchJobAll. phase(String phase)MatchJobAllMatchJobAll. progress(MatchJobProgress progress)MatchJobAllMatchJobAll. results(MatchJobBaseResults results)MatchJobAllMatchJobAll. running(Boolean running)MatchJobAllMatchJobAll. startedAt(OffsetDateTime startedAt)
-