Class CloudChannelServiceClient.ListChannelPartnerRepricingConfigsFixedSizeCollection (3.99.0)

public static class CloudChannelServiceClient.ListChannelPartnerRepricingConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListChannelPartnerRepricingConfigsFixedSizeCollection

Methods

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

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