Class ImageRequestParameter

    • Method Detail

      • getFormat

        public String getFormat()
        Returns:
        The format of the returned preview image, defaults to png.
      • getProject

        public Projekt getProject()
        Returns:
        The Projekt for which to return the preview image.
      • getProjectId

        public Long getProjectId()
        Returns:
        The ID of the Projekt for which to return the preview image.
      • getQuality

        public Double getQuality()
        Returns:
        The (compression) quality of the returned preview image, between 0 (worst) and 1 (best). Defaults to 1.
      • getScale

        public Double getScale()
      • getType

        public String getType()
        Returns:
        Whether to return the the full version of the preview image or a thumbnail.
      • isKeepAspectRatio

        public Boolean isKeepAspectRatio()