Uses of Class
com.vidispine.generated.NotificationJavaScriptActionType
-
-
Uses of NotificationJavaScriptActionType in com.vidispine.generated
Fields in com.vidispine.generated declared as NotificationJavaScriptActionType Modifier and Type Field Description protected NotificationJavaScriptActionType
NotificationType.Action. javascript
Methods in com.vidispine.generated that return NotificationJavaScriptActionType Modifier and Type Method Description NotificationJavaScriptActionType
ObjectFactory. createNotificationJavaScriptActionType()
Create an instance ofNotificationJavaScriptActionType
NotificationJavaScriptActionType
NotificationType.Action. getJavascript()
Gets the value of the javascript property.NotificationJavaScriptActionType
NotificationJavaScriptActionType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationJavaScriptActionType
NotificationJavaScriptActionType. withExtradata(String value)
NotificationJavaScriptActionType
NotificationJavaScriptActionType. withGroup(String value)
NotificationJavaScriptActionType
NotificationJavaScriptActionType. withRetry(BigInteger value)
NotificationJavaScriptActionType
NotificationJavaScriptActionType. withScript(String value)
NotificationJavaScriptActionType
NotificationJavaScriptActionType. withSynchronous(boolean value)
Methods in com.vidispine.generated with parameters of type NotificationJavaScriptActionType Modifier and Type Method Description void
NotificationType.Action. setJavascript(NotificationJavaScriptActionType value)
Sets the value of the javascript property.NotificationType.Action
NotificationType.Action. withJavascript(NotificationJavaScriptActionType value)
-