Uses of Class
com.vidispine.generated.AuditLogEntryType
-
-
Uses of AuditLogEntryType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AuditLogEntryType Modifier and Type Field Description protected List<AuditLogEntryType>
AuditLogType. entry
Methods in com.vidispine.generated that return types with arguments of type AuditLogEntryType Modifier and Type Method Description List<AuditLogEntryType>
AuditLogType. getEntry()
Gets the value of the entry property.Methods in com.vidispine.generated with parameters of type AuditLogEntryType Modifier and Type Method Description AuditLogType
AuditLogType. withEntry(AuditLogEntryType... values)
Method parameters in com.vidispine.generated with type arguments of type AuditLogEntryType Modifier and Type Method Description AuditLogType
AuditLogType. withEntry(Collection<AuditLogEntryType> values)
-