Class EdgeNetworkClient.ListInterconnectAttachmentsFixedSizeCollection (0.63.0)

public static class EdgeNetworkClient.ListInterconnectAttachmentsFixedSizeCollection extends AbstractFixedSizeCollection<ListInterconnectAttachmentsRequest,ListInterconnectAttachmentsResponse,InterconnectAttachment,EdgeNetworkClient.ListInterconnectAttachmentsPage,EdgeNetworkClient.ListInterconnectAttachmentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > EdgeNetworkClient.ListInterconnectAttachmentsFixedSizeCollection

Methods

createCollection(@Nullable List<EdgeNetworkClient.ListInterconnectAttachmentsPage> pages, int collectionSize)

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