Class CloudChannelServiceClient.ListChannelPartnerLinksFixedSizeCollection (3.99.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelServiceClient.ListChannelPartnerLinksFixedSizeCollection

Methods

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

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