Uses of Class
com.confidentify.client.model.MatchJobCreateRequest
-
Packages that use MatchJobCreateRequest Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of MatchJobCreateRequest in com.confidentify.client.api
Methods in com.confidentify.client.api with parameters of type MatchJobCreateRequest Modifier and Type Method Description MatchJobAllMatchingApi. matchJobsPost(MatchJobCreateRequest matchJobCreateRequest)Create match job Creates and starts a job that will detect matching records between two datasets, aka.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.okhttp3.CallMatchingApi. matchJobsPostCall(MatchJobCreateRequest matchJobCreateRequest, ApiCallback _callback)Build call for matchJobsPostApiResponse<MatchJobAll>MatchingApi. matchJobsPostWithHttpInfo(MatchJobCreateRequest matchJobCreateRequest)Create match job Creates and starts a job that will detect matching records between two datasets, aka. -
Uses of MatchJobCreateRequest in com.confidentify.client.model
Methods in com.confidentify.client.model that return MatchJobCreateRequest Modifier and Type Method Description MatchJobCreateRequestMatchJobCreateRequest. addDatasetsItem(String datasetsItem)MatchJobCreateRequestMatchJobCreateRequest. datasets(List<String> datasets)MatchJobCreateRequestMatchJobCreateRequest. name(String name)
-