Package 

Interface AttachmentFile

    • Method Summary

      Modifier and Type Method Description
      abstract String getId()
      abstract long getSize() File size in bytes
      abstract String getContentType() File mimetype, for example `application/pdf`
      abstract boolean isDeleted() Whether the file has been deleted
      abstract String getName() Name of the file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait