Package com.docusign.esign.model
Class RecipientEmailNotification
- java.lang.Object
-
- com.docusign.esign.model.RecipientEmailNotification
-
public class RecipientEmailNotification extends Object
RecipientEmailNotification.
-
-
Constructor Summary
Constructors Constructor Description RecipientEmailNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientEmailNotificationemailBody(String emailBody)emailBody.RecipientEmailNotificationemailSubject(String emailSubject)emailSubject.booleanequals(Object o)Compares objects.StringgetEmailBody()Specifies the email body of the message sent to the recipient.StringgetEmailSubject()Specifies the subject of the email that is sent to all recipients.StringgetSupportedLanguage()A simple type enumeration of the language used.inthashCode()Returns the HashCode.voidsetEmailBody(String emailBody)setEmailBody.voidsetEmailSubject(String emailSubject)setEmailSubject.voidsetSupportedLanguage(String supportedLanguage)setSupportedLanguage.RecipientEmailNotificationsupportedLanguage(String supportedLanguage)supportedLanguage.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
emailBody
public RecipientEmailNotification emailBody(String emailBody)
emailBody.- Returns:
- RecipientEmailNotification
-
getEmailBody
public String getEmailBody()
Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. .- Returns:
- emailBody
-
setEmailBody
public void setEmailBody(String emailBody)
setEmailBody.
-
emailSubject
public RecipientEmailNotification emailSubject(String emailSubject)
emailSubject.- Returns:
- RecipientEmailNotification
-
getEmailSubject
public String getEmailSubject()
Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject..- Returns:
- emailSubject
-
setEmailSubject
public void setEmailSubject(String emailSubject)
setEmailSubject.
-
supportedLanguage
public RecipientEmailNotification supportedLanguage(String supportedLanguage)
supportedLanguage.- Returns:
- RecipientEmailNotification
-
getSupportedLanguage
public String getSupportedLanguage()
A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi)..- Returns:
- supportedLanguage
-
setSupportedLanguage
public void setSupportedLanguage(String supportedLanguage)
setSupportedLanguage.
-
equals
public boolean equals(Object o)
Compares objects.
-
-