Class InterconnectAttachmentsClient.ListFixedSizeCollection (1.105.0)

public static class InterconnectAttachmentsClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListInterconnectAttachmentsRequest,InterconnectAttachmentList,InterconnectAttachment,InterconnectAttachmentsClient.ListPage,InterconnectAttachmentsClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > InterconnectAttachmentsClient.ListFixedSizeCollection

Methods

createCollection(@Nullable List<InterconnectAttachmentsClient.ListPage> pages, int collectionSize)

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