Class CloudChannelServiceClient.ListCustomerRepricingConfigsFixedSizeCollection (3.99.0)

public static class CloudChannelServiceClient.ListCustomerRepricingConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig,CloudChannelServiceClient.ListCustomerRepricingConfigsPage,CloudChannelServiceClient.ListCustomerRepricingConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListCustomerRepricingConfigsFixedSizeCollection

Methods

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

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