Uses of Class
com.vidispine.generated.FileSynchronizationLogEntryType
-
-
Uses of FileSynchronizationLogEntryType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type FileSynchronizationLogEntryType Modifier and Type Field Description protected List<FileSynchronizationLogEntryType>
FileSynchronizationLogType. entry
Methods in com.vidispine.generated that return FileSynchronizationLogEntryType Modifier and Type Method Description FileSynchronizationLogEntryType
ObjectFactory. createFileSynchronizationLogEntryType()
Create an instance ofFileSynchronizationLogEntryType
FileSynchronizationLogEntryType
FileSynchronizationLogEntryType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FileSynchronizationLogEntryType
FileSynchronizationLogEntryType. withTimestamp(XMLGregorianCalendar value)
FileSynchronizationLogEntryType
FileSynchronizationLogEntryType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type FileSynchronizationLogEntryType Modifier and Type Method Description List<FileSynchronizationLogEntryType>
FileSynchronizationLogType. getEntry()
Gets the value of the entry property.Methods in com.vidispine.generated with parameters of type FileSynchronizationLogEntryType Modifier and Type Method Description FileSynchronizationLogType
FileSynchronizationLogType. withEntry(FileSynchronizationLogEntryType... values)
Method parameters in com.vidispine.generated with type arguments of type FileSynchronizationLogEntryType Modifier and Type Method Description FileSynchronizationLogType
FileSynchronizationLogType. withEntry(Collection<FileSynchronizationLogEntryType> values)
-