Uses of Class
com.kaltura.client.types.EventNotificationParameter
-
Packages that use EventNotificationParameter Package Description com.kaltura.client.types -
-
Uses of EventNotificationParameter in com.kaltura.client.types
Subclasses of EventNotificationParameter in com.kaltura.client.types Modifier and Type Class Description classEmailNotificationParameterThis class was generated using generate.php against an XML schema provided by Kaltura.classEventNotificationArrayParameterThis class was generated using generate.php against an XML schema provided by Kaltura.classPushEventNotificationParameterThis class was generated using generate.php against an XML schema provided by Kaltura.Methods in com.kaltura.client.types that return types with arguments of type EventNotificationParameter Modifier and Type Method Description List<EventNotificationParameter>EventNotificationTemplate. getContentParameters()List<EventNotificationParameter>EventNotificationTemplate. getUserParameters()Method parameters in com.kaltura.client.types with type arguments of type EventNotificationParameter Modifier and Type Method Description voidEventNotificationTemplate. setContentParameters(List<EventNotificationParameter> contentParameters)voidEventNotificationTemplate. setUserParameters(List<EventNotificationParameter> userParameters)
-