Uses of Class
com.vidispine.generated.NotificationGroupTriggerType
-
-
Uses of NotificationGroupTriggerType in com.vidispine.generated
Fields in com.vidispine.generated declared as NotificationGroupTriggerType Modifier and Type Field Description protected NotificationGroupTriggerType
NotificationType.Trigger. group
Methods in com.vidispine.generated that return NotificationGroupTriggerType Modifier and Type Method Description NotificationGroupTriggerType
ObjectFactory. createNotificationGroupTriggerType()
Create an instance ofNotificationGroupTriggerType
NotificationGroupTriggerType
NotificationType.Trigger. getGroup()
Gets the value of the group property.NotificationGroupTriggerType
NotificationGroupTriggerType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationGroupTriggerType
NotificationGroupTriggerType. withCreate(String value)
NotificationGroupTriggerType
NotificationGroupTriggerType. withDelete(String value)
NotificationGroupTriggerType
NotificationGroupTriggerType. withModify(String value)
NotificationGroupTriggerType
NotificationGroupTriggerType. withType(String value)
Methods in com.vidispine.generated with parameters of type NotificationGroupTriggerType Modifier and Type Method Description void
NotificationType.Trigger. setGroup(NotificationGroupTriggerType value)
Sets the value of the group property.NotificationType.Trigger
NotificationType.Trigger. withGroup(NotificationGroupTriggerType value)
-