Class AggregateProductStatusesServiceClient.ListAggregateProductStatusesFixedSizeCollection (1.9.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AggregateProductStatusesServiceClient.ListAggregateProductStatusesFixedSizeCollection

Methods

createCollection(List<AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage> pages, int collectionSize)

protected AggregateProductStatusesServiceClient.ListAggregateProductStatusesFixedSizeCollection createCollection(List<AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListAggregateProductStatusesPage>
collectionSize int
Returns
Type Description
AggregateProductStatusesServiceClient.ListAggregateProductStatusesFixedSizeCollection
Overrides