Class ReportServiceClient.SearchPage (0.19.0)

public static class ReportServiceClient.SearchPage extends AbstractPage<SearchRequest,SearchResponse,ReportRow,ReportServiceClient.SearchPage>

Inheritance

java.lang.Object > AbstractPage > ReportServiceClient.SearchPage

Methods

createPage(PageContext<SearchRequest,SearchResponse,ReportRow> context, SearchResponse response)

protected ReportServiceClient.SearchPage createPage(PageContext<SearchRequest,SearchResponse,ReportRow> context, SearchResponse response)
Parameters
Name Description
context PageContext<SearchRequest,SearchResponse,ReportRow>
response SearchResponse
Returns
Type Description
ReportServiceClient.SearchPage
Overrides

createPageAsync(PageContext<SearchRequest,SearchResponse,ReportRow> context, ApiFuture<SearchResponse> futureResponse)

public ApiFuture<ReportServiceClient.SearchPage> createPageAsync(PageContext<SearchRequest,SearchResponse,ReportRow> context, ApiFuture<SearchResponse> futureResponse)
Parameters
Name Description
context PageContext<SearchRequest,SearchResponse,ReportRow>
futureResponse ApiFuture<SearchResponse>
Returns
Type Description
ApiFuture<SearchPage>
Overrides