Class WarehouseClient.SearchIndexEndpointPage (0.15.0)

public static class WarehouseClient.SearchIndexEndpointPage extends AbstractPage<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem,WarehouseClient.SearchIndexEndpointPage>

Inheritance

java.lang.Object > AbstractPage > WarehouseClient.SearchIndexEndpointPage

Methods

createPage(PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, SearchIndexEndpointResponse response)

protected WarehouseClient.SearchIndexEndpointPage createPage(PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, SearchIndexEndpointResponse response)
Returns
Type Description
WarehouseClient.SearchIndexEndpointPage
Overrides

createPageAsync(PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, ApiFuture<SearchIndexEndpointResponse> futureResponse)

public ApiFuture<WarehouseClient.SearchIndexEndpointPage> createPageAsync(PageContext<SearchIndexEndpointRequest,SearchIndexEndpointResponse,SearchResultItem> context, ApiFuture<SearchIndexEndpointResponse> futureResponse)
Returns
Type Description
ApiFuture<SearchIndexEndpointPage>
Overrides