Uses of Class
com.kaltura.client.types.EmailNotificationRecipientJobData
-
Packages that use EmailNotificationRecipientJobData Package Description com.kaltura.client.types -
-
Uses of EmailNotificationRecipientJobData in com.kaltura.client.types
Subclasses of EmailNotificationRecipientJobData in com.kaltura.client.types Modifier and Type Class Description classEmailNotificationCategoryRecipientJobDataJob Data representing the provider of recipients for a single categoryIdclassEmailNotificationGroupRecipientJobDataJobData representing the dynamic user receipient arrayclassEmailNotificationStaticRecipientJobDataJobData representing the static receipient arrayclassEmailNotificationUserRecipientJobDataJobData representing the dynamic user receipient arrayMethods in com.kaltura.client.types that return EmailNotificationRecipientJobData Modifier and Type Method Description EmailNotificationRecipientJobDataEmailNotificationDispatchJobData. getBcc()EmailNotificationRecipientJobDataEmailNotificationDispatchJobData. getCc()EmailNotificationRecipientJobDataEmailNotificationDispatchJobData. getReplyTo()EmailNotificationRecipientJobDataEmailNotificationDispatchJobData. getTo()Methods in com.kaltura.client.types with parameters of type EmailNotificationRecipientJobData Modifier and Type Method Description voidEmailNotificationDispatchJobData. setBcc(EmailNotificationRecipientJobData bcc)voidEmailNotificationDispatchJobData. setCc(EmailNotificationRecipientJobData cc)voidEmailNotificationDispatchJobData. setReplyTo(EmailNotificationRecipientJobData replyTo)voidEmailNotificationDispatchJobData. setTo(EmailNotificationRecipientJobData to)
-