Uses of Class
com.brightcove.zencoder.client.model.NotificationFormat
Package | Description |
---|---|
com.brightcove.zencoder.client.model |
-
Uses of NotificationFormat in com.brightcove.zencoder.client.model
Methods in com.brightcove.zencoder.client.model that return NotificationFormat Modifier and Type Method Description NotificationFormat
UrlNotification. getFormat()
static NotificationFormat
NotificationFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationFormat[]
NotificationFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.brightcove.zencoder.client.model with parameters of type NotificationFormat Modifier and Type Method Description void
UrlNotification. setFormat(NotificationFormat format)
Constructors in com.brightcove.zencoder.client.model with parameters of type NotificationFormat Constructor Description UrlNotification(String url, NotificationFormat format)