Uses of Class
com.vidispine.generated.NotificationShapeTriggerType
-
-
Uses of NotificationShapeTriggerType in com.vidispine.generated
Fields in com.vidispine.generated declared as NotificationShapeTriggerType Modifier and Type Field Description protected NotificationShapeTriggerType
NotificationType.Trigger. shape
Methods in com.vidispine.generated that return NotificationShapeTriggerType Modifier and Type Method Description NotificationShapeTriggerType
ObjectFactory. createNotificationShapeTriggerType()
Create an instance ofNotificationShapeTriggerType
NotificationShapeTriggerType
NotificationType.Trigger. getShape()
Gets the value of the shape property.NotificationShapeTriggerType
NotificationShapeTriggerType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationShapeTriggerType
NotificationShapeTriggerType. withCreate(String value)
NotificationShapeTriggerType
NotificationShapeTriggerType. withDelete(String value)
NotificationShapeTriggerType
NotificationShapeTriggerType. withModify(String value)
NotificationShapeTriggerType
NotificationShapeTriggerType. withType(String value)
Methods in com.vidispine.generated with parameters of type NotificationShapeTriggerType Modifier and Type Method Description void
NotificationType.Trigger. setShape(NotificationShapeTriggerType value)
Sets the value of the shape property.NotificationType.Trigger
NotificationType.Trigger. withShape(NotificationShapeTriggerType value)
-