Class FilesRetrieveRequest


  • public final class FilesRetrieveRequest
    extends java.lang.Object
    • Method Detail

      • getRawText

        public java.util.Optional<java.lang.Boolean> getRawText()
        Returns:
        Deprecated: Use POST /parse_runs instead to parse file contents.

        If set to true, the raw text content of the file will be included in the response.

      • getMarkdown

        public java.util.Optional<java.lang.Boolean> getMarkdown()
        Returns:
        Deprecated: Use POST /parse_runs instead to parse file contents.

        If set to true, the markdown content of the file will be included in the response.

        Only available for files with a type of PDF, IMG, or DOCX files that were auto-converted to PDFs.

      • getHtml

        public java.util.Optional<java.lang.Boolean> getHtml()
        Returns:
        Deprecated: Use POST /parse_runs instead to parse file contents.

        If set to true, the html content of the file will be included in the response.

        Only available for files with a type of DOCX.

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object