Class LocalInventoryServiceClient.ListLocalInventoriesPage (0.10.0)

See more code actions.
public static class LocalInventoryServiceClient.ListLocalInventoriesPage extends AbstractPage<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory,LocalInventoryServiceClient.ListLocalInventoriesPage>
java.lang.Object > AbstractPage > LocalInventoryServiceClient.ListLocalInventoriesPage

Methods

createPage(PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ListLocalInventoriesResponse response)

protected LocalInventoryServiceClient.ListLocalInventoriesPage createPage(PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ListLocalInventoriesResponse response)
Overrides

createPageAsync(PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ApiFuture<ListLocalInventoriesResponse> futureResponse)

public ApiFuture<LocalInventoryServiceClient.ListLocalInventoriesPage> createPageAsync(PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ApiFuture<ListLocalInventoriesResponse> futureResponse)
Returns
TypeDescription
ApiFuture<ListLocalInventoriesPage>
Overrides