Class ExtractRunsCreateRequest


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

      • getExtractor

        public java.util.Optional<ExtractRunsCreateRequestExtractor> getExtractor()
        Returns:
        Reference to an existing extractor. Mutually exclusive with config — provide one or the other, or omit both to have Extend infer a schema from the document.
      • getConfig

        public java.util.Optional<ExtractConfigJson> getConfig()
        Returns:
        Inline extract configuration. Mutually exclusive with extractor — provide one or the other, or omit both to have Extend infer a schema from the document.
      • getFile

        public ExtractRunsCreateRequestFile getFile()
        Returns:
        The file to be extracted from. Files can be provided as a URL, Extend file ID, or raw text.
      • getPriority

        public java.util.Optional<java.lang.Integer> getPriority()
      • getMetadata

        public java.util.Optional<java.util.Map<java.lang.String,​java.lang.Object>> getMetadata()
      • 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