public static class WarehouseClient.SearchIndexEndpointPage extends AbstractPage<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem,WarehouseClient.SearchIndexEndpointPage>
Methods
createPage(PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, SearchIndexEndpointResponse response)
protected WarehouseClient.SearchIndexEndpointPage createPage(PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, SearchIndexEndpointResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> |
response |
SearchIndexEndpointResponse |
Returns | |
---|---|
Type | Description |
WarehouseClient.SearchIndexEndpointPage |
createPageAsync(PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, ApiFuture<SearchIndexEndpointResponse> futureResponse)
public ApiFuture<WarehouseClient.SearchIndexEndpointPage> createPageAsync(PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, ApiFuture<SearchIndexEndpointResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> |
futureResponse |
ApiFuture<SearchIndexEndpointResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<SearchIndexEndpointPage> |