Uses of Class
com.confidentify.client.model.MatchJobsQueryResponse
-
Packages that use MatchJobsQueryResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of MatchJobsQueryResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return MatchJobsQueryResponse Modifier and Type Method Description MatchJobsQueryResponseMatchingApi. matchJobsGet(String filterDatasetId, Integer pageSize, String pageAfter)Get matching jobsMethods in com.confidentify.client.api that return types with arguments of type MatchJobsQueryResponse Modifier and Type Method Description ApiResponse<MatchJobsQueryResponse>MatchingApi. matchJobsGetWithHttpInfo(String filterDatasetId, Integer pageSize, String pageAfter)Get matching jobsMethod parameters in com.confidentify.client.api with type arguments of type MatchJobsQueryResponse Modifier and Type Method Description okhttp3.CallMatchingApi. matchJobsGetAsync(String filterDatasetId, Integer pageSize, String pageAfter, ApiCallback<MatchJobsQueryResponse> _callback)Get matching jobs (asynchronously) -
Uses of MatchJobsQueryResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return MatchJobsQueryResponse Modifier and Type Method Description MatchJobsQueryResponseMatchJobsQueryResponse. addJobsItem(MatchJobBase jobsItem)MatchJobsQueryResponseMatchJobsQueryResponse. jobs(List<MatchJobBase> jobs)MatchJobsQueryResponseMatchJobsQueryResponse. nextPage(NextPageInformation nextPage)
-