Uses of Class
com.confidentify.client.model.DedupJobsQueryResponse
-
Packages that use DedupJobsQueryResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of DedupJobsQueryResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return DedupJobsQueryResponse Modifier and Type Method Description DedupJobsQueryResponseMatchingApi. dedupJobsGet(String filterDatasetId, Integer pageSize, String pageAfter)Get deduplication jobsMethods in com.confidentify.client.api that return types with arguments of type DedupJobsQueryResponse Modifier and Type Method Description ApiResponse<DedupJobsQueryResponse>MatchingApi. dedupJobsGetWithHttpInfo(String filterDatasetId, Integer pageSize, String pageAfter)Get deduplication jobsMethod parameters in com.confidentify.client.api with type arguments of type DedupJobsQueryResponse Modifier and Type Method Description okhttp3.CallMatchingApi. dedupJobsGetAsync(String filterDatasetId, Integer pageSize, String pageAfter, ApiCallback<DedupJobsQueryResponse> _callback)Get deduplication jobs (asynchronously) -
Uses of DedupJobsQueryResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return DedupJobsQueryResponse Modifier and Type Method Description DedupJobsQueryResponseDedupJobsQueryResponse. addJobsItem(DedupJobBase jobsItem)DedupJobsQueryResponseDedupJobsQueryResponse. jobs(List<DedupJobBase> jobs)DedupJobsQueryResponseDedupJobsQueryResponse. nextPage(NextPageInformation nextPage)
-