Class AggregateProductStatusesServiceClient.ListAggregateProductStatusesFixedSizeCollection (1.23.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AggregateProductStatusesServiceClient.ListAggregateProductStatusesFixedSizeCollection

Methods

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

protected AggregateProductStatusesServiceClient.ListAggregateProductStatusesFixedSizeCollection createCollection(@Nullable List<AggregateProductStatusesServiceClient.ListAggregateProductStatusesPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListAggregateProductStatusesPage>
collectionSize int
Returns
Type Description
AggregateProductStatusesServiceClient.ListAggregateProductStatusesFixedSizeCollection
Overrides