Interface AttachmentMetadata


public interface AttachmentMetadata
Represents an attachment metadata.
Since:
7.0
  • Method Details

    • getAttachmentId

      long getAttachmentId()
      Returns:
      the attachment metadata ID which matches the attachment ID.
    • getMetadata

      @Nonnull String getMetadata()
      Returns:
      the metadata for the attachment.