Class AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage (1.9.0)

public static class AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage extends AbstractPage<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus,AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage>

Inheritance

java.lang.Object > AbstractPage > AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage

Methods

createPage(PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus> context, ListAggregateProductStatusesResponse response)

protected AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage createPage(PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus> context, ListAggregateProductStatusesResponse response)
Parameters
Name Description
context PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus>
response ListAggregateProductStatusesResponse
Returns
Type Description
AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage
Overrides

createPageAsync(PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus> context, ApiFuture<ListAggregateProductStatusesResponse> futureResponse)

public ApiFuture<AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage> createPageAsync(PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus> context, ApiFuture<ListAggregateProductStatusesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListAggregateProductStatusesRequest,ListAggregateProductStatusesResponse,AggregateProductStatus>
futureResponse ApiFuture<ListAggregateProductStatusesResponse>
Returns
Type Description
ApiFuture<ListAggregateProductStatusesPage>
Overrides