Class UriFolderJobInput


  • public final class UriFolderJobInput
    extends JobInput
    The UriFolderJobInput model.
    • Constructor Detail

      • UriFolderJobInput

        public UriFolderJobInput()
    • Method Detail

      • mode

        public InputDeliveryMode mode()
        Get the mode property: Input Asset Delivery Mode.
        Returns:
        the mode value.
      • withMode

        public UriFolderJobInput withMode​(InputDeliveryMode mode)
        Set the mode property: Input Asset Delivery Mode.
        Parameters:
        mode - the mode value to set.
        Returns:
        the UriFolderJobInput object itself.
      • uri

        public String uri()
        Get the uri property: [Required] Input Asset URI.
        Returns:
        the uri value.
      • withUri

        public UriFolderJobInput withUri​(String uri)
        Set the uri property: [Required] Input Asset URI.
        Parameters:
        uri - the uri value to set.
        Returns:
        the UriFolderJobInput object itself.
      • withDescription

        public UriFolderJobInput withDescription​(String description)
        Set the description property: Description for the input.
        Overrides:
        withDescription in class JobInput
        Parameters:
        description - the description value to set.
        Returns:
        the JobInput object itself.