Class CaseAttachmentServiceClient.ListAttachmentsFixedSizeCollection (0.7.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
NameDescription
pagesList<ListAttachmentsPage>
collectionSizeint
Returns
TypeDescription
CaseAttachmentServiceClient.ListAttachmentsFixedSizeCollection
Overrides