Class CloudChannelServiceClient.ListOffersFixedSizeCollection (3.99.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListOffersFixedSizeCollection

Methods

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

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