Uses of Class
com.vidispine.generated.NotificationDocumentTriggerType
-
-
Uses of NotificationDocumentTriggerType in com.vidispine.generated
Fields in com.vidispine.generated declared as NotificationDocumentTriggerType Modifier and Type Field Description protected NotificationDocumentTriggerType
NotificationType.Trigger. document
Methods in com.vidispine.generated that return NotificationDocumentTriggerType Modifier and Type Method Description NotificationDocumentTriggerType
ObjectFactory. createNotificationDocumentTriggerType()
Create an instance ofNotificationDocumentTriggerType
NotificationDocumentTriggerType
NotificationType.Trigger. getDocument()
Gets the value of the document property.NotificationDocumentTriggerType
NotificationDocumentTriggerType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationDocumentTriggerType
NotificationDocumentTriggerType. withCreate(String value)
NotificationDocumentTriggerType
NotificationDocumentTriggerType. withDelete(String value)
NotificationDocumentTriggerType
NotificationDocumentTriggerType. withModify(NotificationMetadataTriggerType.Modify value)
NotificationDocumentTriggerType
NotificationDocumentTriggerType. withType(String value)
Methods in com.vidispine.generated with parameters of type NotificationDocumentTriggerType Modifier and Type Method Description void
NotificationType.Trigger. setDocument(NotificationDocumentTriggerType value)
Sets the value of the document property.NotificationType.Trigger
NotificationType.Trigger. withDocument(NotificationDocumentTriggerType value)
-