Uses of Class
com.brightcove.zencoder.client.model.Notification
Package | Description |
---|---|
com.brightcove.zencoder.client.model | |
com.brightcove.zencoder.client.request |
-
Uses of Notification in com.brightcove.zencoder.client.model
Subclasses of Notification in com.brightcove.zencoder.client.model Modifier and Type Class Description class
EmailNotification
class
UrlNotification
-
Uses of Notification in com.brightcove.zencoder.client.request
Methods in com.brightcove.zencoder.client.request that return types with arguments of type Notification Modifier and Type Method Description List<Notification>
ZencoderCreateJobRequest. getNotifications()
List<Notification>
ZencoderOutput. getNotifications()
Method parameters in com.brightcove.zencoder.client.request with type arguments of type Notification Modifier and Type Method Description void
ZencoderCreateJobRequest. setNotifications(List<Notification> notifications)
void
ZencoderOutput. setNotifications(List<Notification> notifications)