Interface UploadSummary


@Projection(name="summary", types=Upload.class) public interface UploadSummary
  • Method Details

    • getId

      String getId()
    • getCategory

      String getCategory()
    • getFilename

      String getFilename()
    • getMimeType

      String getMimeType()
    • getImageWidth

      Integer getImageWidth()
    • getImageHeight

      Integer getImageHeight()
    • getHiDpiImage

      Boolean getHiDpiImage()
    • getLastModified

      OffsetDateTime getLastModified()
    • getContentLength

      int getContentLength()