Uses of Class
com.vidispine.generated.JobStatusType
-
-
Uses of JobStatusType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobStatusType Modifier and Type Field Description protected List<JobStatusType>
JobStatusListType. job
protected List<JobStatusType>
TranscoderType. job
Methods in com.vidispine.generated that return types with arguments of type JobStatusType Modifier and Type Method Description javax.xml.bind.JAXBElement<JobStatusType>
ObjectFactory. createJobStatusDocument(JobStatusType value)
List<JobStatusType>
JobStatusListType. getJob()
Gets the value of the job property.List<JobStatusType>
TranscoderType. getJob()
Gets the value of the job property.Methods in com.vidispine.generated with parameters of type JobStatusType Modifier and Type Method Description javax.xml.bind.JAXBElement<JobStatusType>
ObjectFactory. createJobStatusDocument(JobStatusType value)
JobStatusListType
JobStatusListType. withJob(JobStatusType... values)
TranscoderType
TranscoderType. withJob(JobStatusType... values)
Method parameters in com.vidispine.generated with type arguments of type JobStatusType Modifier and Type Method Description JobStatusListType
JobStatusListType. withJob(Collection<JobStatusType> values)
TranscoderType
TranscoderType. withJob(Collection<JobStatusType> values)
-