Uses of Class
com.vidispine.generated.JobRequestChoiceType
-
-
Uses of JobRequestChoiceType in com.vidispine.generated
Fields in com.vidispine.generated declared as JobRequestChoiceType Modifier and Type Field Description protected JobRequestChoiceType
JobStatusType. request
Fields in com.vidispine.generated with type parameters of type JobRequestChoiceType Modifier and Type Field Description protected List<JobRequestChoiceType>
QueueJobType. job
Methods in com.vidispine.generated that return types with arguments of type JobRequestChoiceType Modifier and Type Method Description List<JobRequestChoiceType>
QueueJobType. getJob()
Gets the value of the job property.Methods in com.vidispine.generated with parameters of type JobRequestChoiceType Modifier and Type Method Description void
JobStatusType. setRequest(JobRequestChoiceType value)
Sets the value of the request property.QueueJobType
QueueJobType. withJob(JobRequestChoiceType... values)
JobStatusType
JobStatusType. withRequest(JobRequestChoiceType value)
Method parameters in com.vidispine.generated with type arguments of type JobRequestChoiceType Modifier and Type Method Description QueueJobType
QueueJobType. withJob(Collection<JobRequestChoiceType> values)
-