public static class ReportServiceClient.SearchPage extends AbstractPage<SearchRequest,SearchResponse,ReportRow,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 |
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> |