Uses of Class
com.confidentify.client.model.NextPageInformation
-
Packages that use NextPageInformation Package Description com.confidentify.client.model -
-
Uses of NextPageInformation in com.confidentify.client.model
Methods in com.confidentify.client.model that return NextPageInformation Modifier and Type Method Description NextPageInformationDedupJobsQueryResponse. getNextPage()Get nextPageNextPageInformationMatchJobPairsQueryResponse. getNextPage()Get nextPageNextPageInformationMatchJobsQueryResponse. getNextPage()Get nextPageNextPageInformationRecordsQueryResponse. getNextPage()Get nextPageNextPageInformationNextPageInformation. paramPageAfter(String paramPageAfter)NextPageInformationNextPageInformation. paramPageSize(Integer paramPageSize)NextPageInformationNextPageInformation. url(String url)Methods in com.confidentify.client.model with parameters of type NextPageInformation Modifier and Type Method Description DedupJobsQueryResponseDedupJobsQueryResponse. nextPage(NextPageInformation nextPage)MatchJobPairsQueryResponseMatchJobPairsQueryResponse. nextPage(NextPageInformation nextPage)MatchJobsQueryResponseMatchJobsQueryResponse. nextPage(NextPageInformation nextPage)RecordsQueryResponseRecordsQueryResponse. nextPage(NextPageInformation nextPage)voidDedupJobsQueryResponse. setNextPage(NextPageInformation nextPage)voidMatchJobPairsQueryResponse. setNextPage(NextPageInformation nextPage)voidMatchJobsQueryResponse. setNextPage(NextPageInformation nextPage)voidRecordsQueryResponse. setNextPage(NextPageInformation nextPage)
-