Package com.kaltura.client.types
Class EmailNotificationTemplate
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.EventNotificationTemplate
-
- com.kaltura.client.types.EmailNotificationTemplate
-
- All Implemented Interfaces:
ResponseType,Serializable
public class EmailNotificationTemplate extends EventNotificationTemplate
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEmailNotificationTemplate.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description EmailNotificationTemplate()EmailNotificationTemplate(com.google.gson.JsonObject jsonObject)
-
Method Summary
-
Methods inherited from class com.kaltura.client.types.EventNotificationTemplate
automaticDispatchEnabled, description, eventObjectType, eventType, getAutomaticDispatchEnabled, getContentParameters, getCreatedAt, getDescription, getEventConditions, getEventObjectType, getEventType, getId, getManualDispatchEnabled, getName, getPartnerId, getStatus, getSystemName, getType, getUpdatedAt, getUserParameters, manualDispatchEnabled, name, setAutomaticDispatchEnabled, setContentParameters, setDescription, setEventConditions, setEventObjectType, setEventType, setManualDispatchEnabled, setName, setSystemName, setType, setUserParameters, systemName, type
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
EmailNotificationTemplate
public EmailNotificationTemplate()
-
EmailNotificationTemplate
public EmailNotificationTemplate(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getFormat
public EmailNotificationFormat getFormat()
-
setFormat
public void setFormat(EmailNotificationFormat format)
-
format
public void format(String multirequestToken)
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
subject
public void subject(String multirequestToken)
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
body
public void body(String multirequestToken)
-
getFromEmail
public String getFromEmail()
-
setFromEmail
public void setFromEmail(String fromEmail)
-
fromEmail
public void fromEmail(String multirequestToken)
-
getFromName
public String getFromName()
-
setFromName
public void setFromName(String fromName)
-
fromName
public void fromName(String multirequestToken)
-
getTo
public EmailNotificationRecipientProvider getTo()
-
setTo
public void setTo(EmailNotificationRecipientProvider to)
-
getCc
public EmailNotificationRecipientProvider getCc()
-
setCc
public void setCc(EmailNotificationRecipientProvider cc)
-
getBcc
public EmailNotificationRecipientProvider getBcc()
-
setBcc
public void setBcc(EmailNotificationRecipientProvider bcc)
-
getReplyTo
public EmailNotificationRecipientProvider getReplyTo()
-
setReplyTo
public void setReplyTo(EmailNotificationRecipientProvider replyTo)
-
getPriority
public EmailNotificationTemplatePriority getPriority()
-
setPriority
public void setPriority(EmailNotificationTemplatePriority priority)
-
priority
public void priority(String multirequestToken)
-
getConfirmReadingTo
public String getConfirmReadingTo()
-
setConfirmReadingTo
public void setConfirmReadingTo(String confirmReadingTo)
-
confirmReadingTo
public void confirmReadingTo(String multirequestToken)
-
getHostname
public String getHostname()
-
setHostname
public void setHostname(String hostname)
-
hostname
public void hostname(String multirequestToken)
-
getMessageID
public String getMessageID()
-
setMessageID
public void setMessageID(String messageID)
-
messageID
public void messageID(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classEventNotificationTemplate
-
-