Class AssetJobInput


  • public class AssetJobInput
    extends Object
    Asset input type.
    • Constructor Detail

      • AssetJobInput

        public AssetJobInput()
    • Method Detail

      • mode

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

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

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

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

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.