Class CloudChannelServiceClient.ListOffersFixedSizeCollection (3.7.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
NameDescription
pagesList<ListOffersPage>
collectionSizeint
Returns
TypeDescription
CloudChannelServiceClient.ListOffersFixedSizeCollection
Overrides