Class ArtifactRegistryClient.ListAttachmentsFixedSizeCollection (1.52.0)

public static class ArtifactRegistryClient.ListAttachmentsFixedSizeCollection extends AbstractFixedSizeCollection<ListAttachmentsRequest,ListAttachmentsResponse,Attachment,ArtifactRegistryClient.ListAttachmentsPage,ArtifactRegistryClient.ListAttachmentsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ArtifactRegistryClient.ListAttachmentsFixedSizeCollection

Methods

createCollection(List<ArtifactRegistryClient.ListAttachmentsPage> pages, int collectionSize)

protected ArtifactRegistryClient.ListAttachmentsFixedSizeCollection createCollection(List<ArtifactRegistryClient.ListAttachmentsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListAttachmentsPage>
collectionSize int
Returns
Type Description
ArtifactRegistryClient.ListAttachmentsFixedSizeCollection
Overrides