Uses of Class
com.vidispine.generated.JobLogEntryType
-
-
Uses of JobLogEntryType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobLogEntryType Modifier and Type Field Description protected List<JobLogEntryType>
JobStatusType. log
Methods in com.vidispine.generated that return JobLogEntryType Modifier and Type Method Description JobLogEntryType
ObjectFactory. createJobLogEntryType()
Create an instance ofJobLogEntryType
JobLogEntryType
JobLogEntryType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
JobLogEntryType
JobLogEntryType. withLevel(String value)
JobLogEntryType
JobLogEntryType. withTimestamp(XMLGregorianCalendar value)
JobLogEntryType
JobLogEntryType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type JobLogEntryType Modifier and Type Method Description List<JobLogEntryType>
JobStatusType. getLog()
Gets the value of the log property.Methods in com.vidispine.generated with parameters of type JobLogEntryType Modifier and Type Method Description JobStatusType
JobStatusType. withLog(JobLogEntryType... values)
Method parameters in com.vidispine.generated with type arguments of type JobLogEntryType Modifier and Type Method Description JobStatusType
JobStatusType. withLog(Collection<JobLogEntryType> values)
-