Class CloudChannelServiceClient.ListOffersFixedSizeCollection (3.48.0)

public static class CloudChannelServiceClient.ListOffersFixedSizeCollection extends AbstractFixedSizeCollection<ListOffersRequest,ListOffersResponse,Offer,CloudChannelServiceClient.ListOffersPage,CloudChannelServiceClient.ListOffersFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListOffersFixedSizeCollection

Methods

createCollection(List<CloudChannelServiceClient.ListOffersPage> pages, int collectionSize)

protected CloudChannelServiceClient.ListOffersFixedSizeCollection createCollection(List<CloudChannelServiceClient.ListOffersPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListOffersPage>
collectionSize int
Returns
Type Description
CloudChannelServiceClient.ListOffersFixedSizeCollection
Overrides