Class CloudChannelServiceClient.ListChannelPartnerLinksFixedSizeCollection (3.45.0)

public static class CloudChannelServiceClient.ListChannelPartnerLinksFixedSizeCollection extends AbstractFixedSizeCollection<ListChannelPartnerLinksRequest,ListChannelPartnerLinksResponse,ChannelPartnerLink,CloudChannelServiceClient.ListChannelPartnerLinksPage,CloudChannelServiceClient.ListChannelPartnerLinksFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListChannelPartnerLinksFixedSizeCollection

Methods

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

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