Class LocalInventoryServiceClient.ListLocalInventoriesPage (0.20.0)

public static class LocalInventoryServiceClient.ListLocalInventoriesPage extends AbstractPage<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory,LocalInventoryServiceClient.ListLocalInventoriesPage>

Inheritance

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)
Parameters
Name Description
context PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory>
response ListLocalInventoriesResponse
Returns
Type Description
LocalInventoryServiceClient.ListLocalInventoriesPage
Overrides

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

public ApiFuture<LocalInventoryServiceClient.ListLocalInventoriesPage> createPageAsync(PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory> context, ApiFuture<ListLocalInventoriesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListLocalInventoriesRequest,ListLocalInventoriesResponse,LocalInventory>
futureResponse ApiFuture<ListLocalInventoriesResponse>
Returns
Type Description
ApiFuture<ListLocalInventoriesPage>
Overrides