Class ServiceAttachmentsClient.AggregatedListFixedSizeCollection (1.105.0)

public static class ServiceAttachmentsClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>,ServiceAttachmentsClient.AggregatedListPage,ServiceAttachmentsClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ServiceAttachmentsClient.AggregatedListFixedSizeCollection

Methods

createCollection(@Nullable List<ServiceAttachmentsClient.AggregatedListPage> pages, int collectionSize)

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