Class BatchWorkflowRunFileInput


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

      • getFileName

        public java.util.Optional<java.lang.String> getFileName()
        Returns:
        The name to associate with the file. If not provided when using fileUrl, the name may be inferred from the URL. This param is only for your reference, and will be rendered in our dashboard, it is not used by the workflow.
      • getFileUrl

        public java.util.Optional<java.lang.String> getFileUrl()
        Returns:
        A URL where the file can be downloaded from. If you use presigned URLs, we suggest a slightly longer expiration time, ideally 30 minutes for a worst case scenario. One of a fileUrl or fileId must be provided.
      • getFileId

        public java.util.Optional<java.lang.String> getFileId()
        Returns:
        Extend's internal ID for the file. It will always start with file_. One of a fileUrl or fileId must be provided. You can view a file ID from the Extend UI, for instance from running a parser or from a previous file creation. If you provide a fileId, any parsed data will be reused.

        Example: "file_Zk9mNP12Qw4yTv8BdR3H"

      • 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