Uses of Class
com.kaltura.client.types.EmailNotificationRecipientProvider
-
Packages that use EmailNotificationRecipientProvider Package Description com.kaltura.client.types -
-
Uses of EmailNotificationRecipientProvider in com.kaltura.client.types
Subclasses of EmailNotificationRecipientProvider in com.kaltura.client.types Modifier and Type Class Description classEmailNotificationCategoryRecipientProviderAPI object which provides the recipients of category related notifications.classEmailNotificationGroupRecipientProviderAPI class for recipient provider which constructs a dynamic list of recipients according to a user filterclassEmailNotificationStaticRecipientProviderAPI class for recipient provider containing a static list of email recipients.classEmailNotificationUserRecipientProviderAPI class for recipient provider which constructs a dynamic list of recipients according to a user filterMethods in com.kaltura.client.types that return EmailNotificationRecipientProvider Modifier and Type Method Description EmailNotificationRecipientProviderEmailNotificationTemplate. getBcc()EmailNotificationRecipientProviderEmailNotificationTemplate. getCc()EmailNotificationRecipientProviderEmailNotificationTemplate. getReplyTo()EmailNotificationRecipientProviderEmailNotificationTemplate. getTo()Methods in com.kaltura.client.types with parameters of type EmailNotificationRecipientProvider Modifier and Type Method Description voidEmailNotificationTemplate. setBcc(EmailNotificationRecipientProvider bcc)voidEmailNotificationTemplate. setCc(EmailNotificationRecipientProvider cc)voidEmailNotificationTemplate. setReplyTo(EmailNotificationRecipientProvider replyTo)voidEmailNotificationTemplate. setTo(EmailNotificationRecipientProvider to)
-