Uses of Class
com.vidispine.generated.NotificationStorageTriggerType
-
-
Uses of NotificationStorageTriggerType in com.vidispine.generated
Fields in com.vidispine.generated declared as NotificationStorageTriggerType Modifier and Type Field Description protected NotificationStorageTriggerType
NotificationType.Trigger. storage
Methods in com.vidispine.generated that return NotificationStorageTriggerType Modifier and Type Method Description NotificationStorageTriggerType
ObjectFactory. createNotificationStorageTriggerType()
Create an instance ofNotificationStorageTriggerType
NotificationStorageTriggerType
NotificationType.Trigger. getStorage()
Gets the value of the storage property.NotificationStorageTriggerType
NotificationStorageTriggerType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationStorageTriggerType
NotificationStorageTriggerType. withCreate(String value)
NotificationStorageTriggerType
NotificationStorageTriggerType. withDelete(String value)
NotificationStorageTriggerType
NotificationStorageTriggerType. withFilename(String value)
NotificationStorageTriggerType
NotificationStorageTriggerType. withType(String value)
Methods in com.vidispine.generated with parameters of type NotificationStorageTriggerType Modifier and Type Method Description void
NotificationType.Trigger. setStorage(NotificationStorageTriggerType value)
Sets the value of the storage property.NotificationType.Trigger
NotificationType.Trigger. withStorage(NotificationStorageTriggerType value)
-