Class AssetJobOutput


  • public class AssetJobOutput
    extends Object
    Asset output type.
    • Constructor Detail

      • AssetJobOutput

        public AssetJobOutput()
    • Method Detail

      • mode

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

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

        public String uri()
        Get the uri property: Output Asset URI.
        Returns:
        the uri value.
      • withUri

        public AssetJobOutput withUri​(String uri)
        Set the uri property: Output Asset URI.
        Parameters:
        uri - the uri value to set.
        Returns:
        the AssetJobOutput object itself.
      • validate

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