Class ServiceAttachmentsClient.ListFixedSizeCollection (1.105.0)

public static class ServiceAttachmentsClient.ListFixedSizeCollection extends AbstractFixedSizeCollection<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment,ServiceAttachmentsClient.ListPage,ServiceAttachmentsClient.ListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ServiceAttachmentsClient.ListFixedSizeCollection

Methods

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

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