Class TaskAddCollectionResult


  • public class TaskAddCollectionResult
    extends Object
    The result of adding a collection of Tasks to a Job.
    • Constructor Detail

      • TaskAddCollectionResult

        public TaskAddCollectionResult()
    • Method Detail

      • value

        public List<TaskAddResult> value()
        Get the value value.
        Returns:
        the value value
      • withValue

        public TaskAddCollectionResult withValue​(List<TaskAddResult> value)
        Set the value value.
        Parameters:
        value - the value value to set
        Returns:
        the TaskAddCollectionResult object itself.