Class CloudChannelServiceClient.ListChannelPartnerRepricingConfigsFixedSizeCollection (3.6.1)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListChannelPartnerRepricingConfigsFixedSizeCollection

Methods

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

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