Uses of Class
com.kaltura.client.types.EventNotificationTemplate
-
Packages that use EventNotificationTemplate Package Description com.kaltura.client.services com.kaltura.client.types -
-
Uses of EventNotificationTemplate in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type EventNotificationTemplate Modifier and Type Method Description static EventNotificationTemplateService.AddEventNotificationTemplateBuilderEventNotificationTemplateService. add(EventNotificationTemplate eventNotificationTemplate)This action allows for the creation of new backend event types in the system.static EventNotificationTemplateService.CloneEventNotificationTemplateBuilderEventNotificationTemplateService. clone(int id, EventNotificationTemplate eventNotificationTemplate)This action allows registering to various backend event.static EventNotificationTemplateService.UpdateEventNotificationTemplateBuilderEventNotificationTemplateService. update(int id, EventNotificationTemplate eventNotificationTemplate)Update an existing event notification template objectConstructors in com.kaltura.client.services with parameters of type EventNotificationTemplate Constructor Description AddEventNotificationTemplateBuilder(EventNotificationTemplate eventNotificationTemplate)CloneEventNotificationTemplateBuilder(int id, EventNotificationTemplate eventNotificationTemplate)UpdateEventNotificationTemplateBuilder(int id, EventNotificationTemplate eventNotificationTemplate) -
Uses of EventNotificationTemplate in com.kaltura.client.types
Subclasses of EventNotificationTemplate in com.kaltura.client.types Modifier and Type Class Description classBusinessProcessAbortNotificationTemplateThis class was generated using generate.php against an XML schema provided by Kaltura.classBusinessProcessNotificationTemplateThis class was generated using generate.php against an XML schema provided by Kaltura.classBusinessProcessSignalNotificationTemplateThis class was generated using generate.php against an XML schema provided by Kaltura.classBusinessProcessStartNotificationTemplateThis class was generated using generate.php against an XML schema provided by Kaltura.classEmailNotificationTemplateThis class was generated using generate.php against an XML schema provided by Kaltura.classHttpNotificationTemplateThis class was generated using generate.php against an XML schema provided by Kaltura.classPushNotificationTemplateThis class was generated using generate.php against an XML schema provided by Kaltura.
-