Interface Attachment


public interface Attachment
Represents an attachment
Since:
7.0
  • Method Details

    • getFilename

      @Nonnull String getFilename()
      Returns:
      the filename of the attachment.
    • getId

      long getId()
      Returns:
      an unique identifier for the attachment.
    • getRepository

      @Nonnull Repository getRepository()
      Returns:
      the repository for the attachment.