Class UriFileJobOutput


  • public final class UriFileJobOutput
    extends JobOutput
    The UriFileJobOutput model.
    • Constructor Detail

      • UriFileJobOutput

        public UriFileJobOutput()
    • Method Detail

      • mode

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

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

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

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

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