Class EdgeNetworkClient.ListInterconnectAttachmentsFixedSizeCollection (0.11.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > EdgeNetworkClient.ListInterconnectAttachmentsFixedSizeCollection

Methods

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

protected EdgeNetworkClient.ListInterconnectAttachmentsFixedSizeCollection createCollection(List<EdgeNetworkClient.ListInterconnectAttachmentsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListInterconnectAttachmentsPage>
collectionSize int
Returns
Type Description
EdgeNetworkClient.ListInterconnectAttachmentsFixedSizeCollection
Overrides