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 java.util.Optional<ExtractRunsCreateRequestFile> getFile()
        Returns:
        The file to be extracted from. Mutually exclusive with package — provide one or the other.

        Files can be provided as a URL, Extend file ID, or raw text.

      • getPackage

        public java.util.Optional<MultiFileRunPackage> getPackage()
        Returns:
        A collection of files to extract from together in a single run. Mutually exclusive with file — provide one or the other.

        See Multifile Extraction for details.

      • 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