Uses of Class
com.vidispine.generated.NotificationItemTriggerType
-
-
Uses of NotificationItemTriggerType in com.vidispine.generated
Fields in com.vidispine.generated declared as NotificationItemTriggerType Modifier and Type Field Description protected NotificationItemTriggerType
NotificationCollectionTriggerType. item
protected NotificationItemTriggerType
NotificationType.Trigger. item
Methods in com.vidispine.generated that return NotificationItemTriggerType Modifier and Type Method Description NotificationItemTriggerType
ObjectFactory. createNotificationItemTriggerType()
Create an instance ofNotificationItemTriggerType
NotificationItemTriggerType
NotificationCollectionTriggerType. getItem()
Gets the value of the item property.NotificationItemTriggerType
NotificationType.Trigger. getItem()
Gets the value of the item property.NotificationItemTriggerType
NotificationItemTriggerType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationItemTriggerType
NotificationItemTriggerType. withCreate(String value)
NotificationItemTriggerType
NotificationItemTriggerType. withDelete(String value)
NotificationItemTriggerType
NotificationItemTriggerType. withModify(String value)
NotificationItemTriggerType
NotificationItemTriggerType. withType(String value)
Methods in com.vidispine.generated with parameters of type NotificationItemTriggerType Modifier and Type Method Description void
NotificationCollectionTriggerType. setItem(NotificationItemTriggerType value)
Sets the value of the item property.void
NotificationType.Trigger. setItem(NotificationItemTriggerType value)
Sets the value of the item property.NotificationCollectionTriggerType
NotificationCollectionTriggerType. withItem(NotificationItemTriggerType value)
NotificationType.Trigger
NotificationType.Trigger. withItem(NotificationItemTriggerType value)
-