Class CaseAttachmentServiceClient.ListAttachmentsFixedSizeCollection (0.29.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CaseAttachmentServiceClient.ListAttachmentsFixedSizeCollection

Methods

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

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