Uses of Class
com.confidentify.client.model.MatchJobUpdateRequest
-
Packages that use MatchJobUpdateRequest Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of MatchJobUpdateRequest in com.confidentify.client.api
Methods in com.confidentify.client.api with parameters of type MatchJobUpdateRequest Modifier and Type Method Description DedupJobAllMatchingApi. dedupJobByIdPost(String jobId, MatchJobUpdateRequest matchJobUpdateRequest)Update deduplication jobokhttp3.CallMatchingApi. dedupJobByIdPostAsync(String jobId, MatchJobUpdateRequest matchJobUpdateRequest, ApiCallback<DedupJobAll> _callback)Update deduplication job (asynchronously)okhttp3.CallMatchingApi. dedupJobByIdPostCall(String jobId, MatchJobUpdateRequest matchJobUpdateRequest, ApiCallback _callback)Build call for dedupJobByIdPostApiResponse<DedupJobAll>MatchingApi. dedupJobByIdPostWithHttpInfo(String jobId, MatchJobUpdateRequest matchJobUpdateRequest)Update deduplication jobMatchJobAllMatchingApi. matchJobByIdPost(String jobId, MatchJobUpdateRequest matchJobUpdateRequest)Update match jobokhttp3.CallMatchingApi. matchJobByIdPostAsync(String jobId, MatchJobUpdateRequest matchJobUpdateRequest, ApiCallback<MatchJobAll> _callback)Update match job (asynchronously)okhttp3.CallMatchingApi. matchJobByIdPostCall(String jobId, MatchJobUpdateRequest matchJobUpdateRequest, ApiCallback _callback)Build call for matchJobByIdPostApiResponse<MatchJobAll>MatchingApi. matchJobByIdPostWithHttpInfo(String jobId, MatchJobUpdateRequest matchJobUpdateRequest)Update match job -
Uses of MatchJobUpdateRequest in com.confidentify.client.model
Methods in com.confidentify.client.model that return MatchJobUpdateRequest Modifier and Type Method Description MatchJobUpdateRequestMatchJobUpdateRequest. name(String name)
-