Class RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsFixedSizeCollection (0.48.0)

public static class RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsFixedSizeCollection extends AbstractFixedSizeCollection<ListRuntimeProjectAttachmentsRequest,ListRuntimeProjectAttachmentsResponse,RuntimeProjectAttachment,RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage,RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsFixedSizeCollection

Methods

createCollection(@Nullable List<RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage> pages, int collectionSize)

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