Class CaseAttachmentServiceClient.ListAttachmentsFixedSizeCollection (0.79.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CaseAttachmentServiceClient.ListAttachmentsFixedSizeCollection

Methods

createCollection(@Nullable List<CaseAttachmentServiceClient.ListAttachmentsPage> pages, int collectionSize)

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