Class ConsumerProcurementServiceClient.ListOrdersPage (0.39.0)

public static class ConsumerProcurementServiceClient.ListOrdersPage extends AbstractPage<ListOrdersRequest,ListOrdersResponse,Order,ConsumerProcurementServiceClient.ListOrdersPage>

Inheritance

java.lang.Object > AbstractPage > ConsumerProcurementServiceClient.ListOrdersPage

Methods

createPage(PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, ListOrdersResponse response)

protected ConsumerProcurementServiceClient.ListOrdersPage createPage(PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, ListOrdersResponse response)
Parameters
NameDescription
contextPageContext<ListOrdersRequest,ListOrdersResponse,Order>
responseListOrdersResponse
Returns
TypeDescription
ConsumerProcurementServiceClient.ListOrdersPage
Overrides

createPageAsync(PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, ApiFuture<ListOrdersResponse> futureResponse)

public ApiFuture<ConsumerProcurementServiceClient.ListOrdersPage> createPageAsync(PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, ApiFuture<ListOrdersResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListOrdersRequest,ListOrdersResponse,Order>
futureResponseApiFuture<ListOrdersResponse>
Returns
TypeDescription
ApiFuture<ListOrdersPage>
Overrides