Uses of Class
com.vidispine.generated.NotificationType.Action
-
-
Uses of NotificationType.Action in com.vidispine.generated
Fields in com.vidispine.generated declared as NotificationType.Action Modifier and Type Field Description protected NotificationType.Action
NotificationType. action
Methods in com.vidispine.generated that return NotificationType.Action Modifier and Type Method Description NotificationType.Action
ObjectFactory. createNotificationTypeAction()
Create an instance ofNotificationType.Action
NotificationType.Action
NotificationType. getAction()
Gets the value of the action property.NotificationType.Action
NotificationType.Action. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationType.Action
NotificationType.Action. withEjb(NotificationEjbActionType value)
NotificationType.Action
NotificationType.Action. withHttp(NotificationHttpActionType value)
NotificationType.Action
NotificationType.Action. withJavascript(NotificationJavaScriptActionType value)
NotificationType.Action
NotificationType.Action. withJms(NotificationJmsActionType value)
NotificationType.Action
NotificationType.Action. withSns(NotificationSNSActionType value)
NotificationType.Action
NotificationType.Action. withSqs(NotificationSQSActionType value)
Methods in com.vidispine.generated with parameters of type NotificationType.Action Modifier and Type Method Description void
NotificationType. setAction(NotificationType.Action value)
Sets the value of the action property.NotificationType
NotificationType. withAction(NotificationType.Action value)
-