@PublicApi
public interface AttachmentViewDtoConverter
Modifier and Type | Method and Description |
---|---|
Collection<AttachmentViewJsonDto> |
convert(List<Attachment> attachments) |
Collection<AttachmentViewJsonDto> |
convert(List<Attachment> attachments,
boolean deferred)
Converts List of
Attachment to Collection of AttachmentViewJsonDto , optionally using deferred thumbnails |
Collection<AttachmentViewJsonDto> convert(List<Attachment> attachments)
Collection<AttachmentViewJsonDto> convert(List<Attachment> attachments, boolean deferred)
Attachment
to Collection of AttachmentViewJsonDto
, optionally using deferred thumbnailsattachments
- List of Attachment
to convertdeferred
- convert using deferred thumbnailsAttachmentViewJsonDto
Copyright © 2002-2024 Atlassian. All Rights Reserved.