Class CloudChannelServiceClient.ListCustomerRepricingConfigsFixedSizeCollection (3.6.1)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListCustomerRepricingConfigsFixedSizeCollection

Methods

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

protected CloudChannelServiceClient.ListCustomerRepricingConfigsFixedSizeCollection createCollection(List<CloudChannelServiceClient.ListCustomerRepricingConfigsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListCustomerRepricingConfigsPage>
collectionSizeint
Returns
TypeDescription
CloudChannelServiceClient.ListCustomerRepricingConfigsFixedSizeCollection
Overrides