Class WarehouseClient.ListCollectionsPage (0.2.0)

public static class WarehouseClient.ListCollectionsPage extends AbstractPage<ListCollectionsRequest,ListCollectionsResponse,Collection,WarehouseClient.ListCollectionsPage>

Inheritance

java.lang.Object > AbstractPage > WarehouseClient.ListCollectionsPage

Methods

createPage(PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, ListCollectionsResponse response)

protected WarehouseClient.ListCollectionsPage createPage(PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, ListCollectionsResponse response)
Parameters
Name Description
context PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection>
response ListCollectionsResponse
Returns
Type Description
WarehouseClient.ListCollectionsPage
Overrides

createPageAsync(PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, ApiFuture<ListCollectionsResponse> futureResponse)

public ApiFuture<WarehouseClient.ListCollectionsPage> createPageAsync(PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context, ApiFuture<ListCollectionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection>
futureResponse ApiFuture<ListCollectionsResponse>
Returns
Type Description
ApiFuture<ListCollectionsPage>
Overrides