public interface AttachmentRef
Represents a reference to an Attachment, and containins enough information to unambiguously reference a single version of an attachment.
Since:
7.12
  • Method Details

    • getId

      long getId()
      Returns:
      The ID of the latest version (i.e. the stable ID) of th attachment entity.
    • getContainer

      AttachmentRef.Container getContainer()
    • getVersion

      int getVersion()