Class JobServiceClient.SearchJobsForAlertPage (2.22.0)

public static class JobServiceClient.SearchJobsForAlertPage extends AbstractPage<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob,JobServiceClient.SearchJobsForAlertPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.SearchJobsForAlertPage

Methods

createPage(PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, SearchJobsResponse response)

protected JobServiceClient.SearchJobsForAlertPage createPage(PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, SearchJobsResponse response)
Overrides

createPageAsync(PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, ApiFuture<SearchJobsResponse> futureResponse)

public ApiFuture<JobServiceClient.SearchJobsForAlertPage> createPageAsync(PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, ApiFuture<SearchJobsResponse> futureResponse)
Returns
TypeDescription
ApiFuture<SearchJobsForAlertPage>
Overrides