Class AttachmentDeleteOptions.AttachmentRef

java.lang.Object
com.atlassian.confluence.pages.persistence.dao.bulk.attachment.delete.AttachmentDeleteOptions.AttachmentRef
Enclosing class:
AttachmentDeleteOptions

public static class AttachmentDeleteOptions.AttachmentRef extends Object
Simple class to identify attachment
  • Constructor Details

    • AttachmentRef

      public AttachmentRef()
  • Method Details

    • getAttachmentName

      public String getAttachmentName()
    • getAttachmentVersion

      public int getAttachmentVersion()
    • getMimeType

      public String getMimeType()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object