Interface IResolvedAttachmentItem

    • Method Detail

      • getAttachmentItem

        @Nonnull
        AttachmentItem getAttachmentItem()
        Returns:
        The attachment item that was resolved.
      • getIndividualAttachments

        @Nonnull
        List<IResolvedAttachment> getIndividualAttachments()
        Retrieves all attachments that were found for the attachment item. This is done on a best-effort basis. When the errors are not empty, this list may contain only some of the attachments referenced by the attachment item.
        Returns:
        A list of all attachments that were found for the attachment item.