Uses of Class
com.vidispine.generated.NotificationAccessTriggerType
-
-
Uses of NotificationAccessTriggerType in com.vidispine.generated
Fields in com.vidispine.generated declared as NotificationAccessTriggerType Modifier and Type Field Description protected NotificationAccessTriggerType
NotificationType.Trigger. access
Methods in com.vidispine.generated that return NotificationAccessTriggerType Modifier and Type Method Description NotificationAccessTriggerType
ObjectFactory. createNotificationAccessTriggerType()
Create an instance ofNotificationAccessTriggerType
NotificationAccessTriggerType
NotificationType.Trigger. getAccess()
Gets the value of the access property.NotificationAccessTriggerType
NotificationAccessTriggerType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationAccessTriggerType
NotificationAccessTriggerType. withChange(String value)
NotificationAccessTriggerType
NotificationAccessTriggerType. withCreate(String value)
NotificationAccessTriggerType
NotificationAccessTriggerType. withDelete(String value)
NotificationAccessTriggerType
NotificationAccessTriggerType. withType(String value)
Methods in com.vidispine.generated with parameters of type NotificationAccessTriggerType Modifier and Type Method Description void
NotificationType.Trigger. setAccess(NotificationAccessTriggerType value)
Sets the value of the access property.NotificationType.Trigger
NotificationType.Trigger. withAccess(NotificationAccessTriggerType value)
-