Class MediaJobCanceledEventData

    • Constructor Detail

      • MediaJobCanceledEventData

        public MediaJobCanceledEventData()
    • Method Detail

      • outputs

        public List<MediaJobOutput> outputs()
        Get gets the Job outputs.
        Returns:
        the outputs value
      • withOutputs

        public MediaJobCanceledEventData withOutputs​(List<MediaJobOutput> outputs)
        Set gets the Job outputs.
        Parameters:
        outputs - the outputs value to set
        Returns:
        the MediaJobCanceledEventData object itself.