Uses of Class
com.vidispine.generated.JobTaskType
-
-
Uses of JobTaskType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobTaskType Modifier and Type Field Description protected List<JobTaskType>
JobTaskType. subTask
protected List<JobTaskType>
JobType.Log. task
Methods in com.vidispine.generated that return types with arguments of type JobTaskType Modifier and Type Method Description List<JobTaskType>
JobTaskType. getSubTask()
Gets the value of the subTask property.List<JobTaskType>
JobType.Log. getTask()
Gets the value of the task property.Methods in com.vidispine.generated with parameters of type JobTaskType Modifier and Type Method Description JobTaskType
JobTaskType. withSubTask(JobTaskType... values)
JobType.Log
JobType.Log. withTask(JobTaskType... values)
Method parameters in com.vidispine.generated with type arguments of type JobTaskType Modifier and Type Method Description JobTaskType
JobTaskType. withSubTask(Collection<JobTaskType> values)
JobType.Log
JobType.Log. withTask(Collection<JobTaskType> values)
-