Class RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsFixedSizeCollection (0.2.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsFixedSizeCollection

Methods

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

protected RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsFixedSizeCollection createCollection(List<RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListRuntimeProjectAttachmentsPage>
collectionSize int
Returns
Type Description
RuntimeProjectAttachmentServiceClient.ListRuntimeProjectAttachmentsFixedSizeCollection
Overrides