Package com.kaltura.client.types
Class MailNotificationObjectTask
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.ObjectTask
-
- com.kaltura.client.types.MailNotificationObjectTask
-
- All Implemented Interfaces:
ResponseType,Serializable
public class MailNotificationObjectTask extends ObjectTask
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 interfaceMailNotificationObjectTask.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description MailNotificationObjectTask()MailNotificationObjectTask(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfooter(String multirequestToken)StringgetFooter()StringgetLink()StringgetMailTo()StringgetMessage()StringgetSender()BooleangetSendToUsers()StringgetSubject()voidlink(String multirequestToken)voidmailTo(String multirequestToken)voidmessage(String multirequestToken)voidsender(String multirequestToken)voidsendToUsers(String multirequestToken)voidsetFooter(String footer)voidsetLink(String link)voidsetMailTo(String mailTo)voidsetMessage(String message)voidsetSender(String sender)voidsetSendToUsers(Boolean sendToUsers)voidsetSubject(String subject)voidsubject(String multirequestToken)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.ObjectTask
getStopProcessingOnError, getType, setStopProcessingOnError, stopProcessingOnError
-
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
-
MailNotificationObjectTask
public MailNotificationObjectTask()
-
MailNotificationObjectTask
public MailNotificationObjectTask(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getMailTo
public String getMailTo()
-
setMailTo
public void setMailTo(String mailTo)
-
mailTo
public void mailTo(String multirequestToken)
-
getSender
public String getSender()
-
setSender
public void setSender(String sender)
-
sender
public void sender(String multirequestToken)
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
subject
public void subject(String multirequestToken)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
message
public void message(String multirequestToken)
-
getFooter
public String getFooter()
-
setFooter
public void setFooter(String footer)
-
footer
public void footer(String multirequestToken)
-
getLink
public String getLink()
-
setLink
public void setLink(String link)
-
link
public void link(String multirequestToken)
-
getSendToUsers
public Boolean getSendToUsers()
-
setSendToUsers
public void setSendToUsers(Boolean sendToUsers)
-
sendToUsers
public void sendToUsers(String multirequestToken)
-
toParams
public Params toParams()
- Overrides:
toParamsin classObjectTask
-
-