Class PromotionsServiceClient.ListPromotionsFixedSizeCollection (0.1.0)

public static class PromotionsServiceClient.ListPromotionsFixedSizeCollection extends AbstractFixedSizeCollection<ListPromotionsRequest,ListPromotionsResponse,Promotion,PromotionsServiceClient.ListPromotionsPage,PromotionsServiceClient.ListPromotionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > PromotionsServiceClient.ListPromotionsFixedSizeCollection

Methods

createCollection(List<PromotionsServiceClient.ListPromotionsPage> pages, int collectionSize)

protected PromotionsServiceClient.ListPromotionsFixedSizeCollection createCollection(List<PromotionsServiceClient.ListPromotionsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListPromotionsPage>
collectionSize int
Returns
Type Description
PromotionsServiceClient.ListPromotionsFixedSizeCollection
Overrides