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.RecipientEmailNotificationemailBodyMetadata(PropertyMetadata emailBodyMetadata)emailBodyMetadata.RecipientEmailNotificationemailSubject(String emailSubject)emailSubject.RecipientEmailNotificationemailSubjectMetadata(PropertyMetadata emailSubjectMetadata)emailSubjectMetadata.booleanequals(Object o)Compares objects.StringgetEmailBody()Specifies the email body of the message sent to the recipient.PropertyMetadatagetEmailBodyMetadata()Metadata that indicates whether the `emailBody` property can be edited..StringgetEmailSubject()Specifies the subject of the email that is sent to all recipients.PropertyMetadatagetEmailSubjectMetadata()Metadata that indicates whether the `emailSubject` property can be edited..StringgetSupportedLanguage()A simple type enumeration of the language used.PropertyMetadatagetSupportedLanguageMetadata()Metadata that indicates whether the `supportedLanguage` property can be edited..inthashCode()Returns the HashCode.voidsetEmailBody(String emailBody)setEmailBody.voidsetEmailBodyMetadata(PropertyMetadata emailBodyMetadata)setEmailBodyMetadata.voidsetEmailSubject(String emailSubject)setEmailSubject.voidsetEmailSubjectMetadata(PropertyMetadata emailSubjectMetadata)setEmailSubjectMetadata.voidsetSupportedLanguage(String supportedLanguage)setSupportedLanguage.voidsetSupportedLanguageMetadata(PropertyMetadata supportedLanguageMetadata)setSupportedLanguageMetadata.RecipientEmailNotificationsupportedLanguage(String supportedLanguage)supportedLanguage.RecipientEmailNotificationsupportedLanguageMetadata(PropertyMetadata supportedLanguageMetadata)supportedLanguageMetadata.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.
-
emailBodyMetadata
public RecipientEmailNotification emailBodyMetadata(PropertyMetadata emailBodyMetadata)
emailBodyMetadata.- Returns:
- RecipientEmailNotification
-
getEmailBodyMetadata
public PropertyMetadata getEmailBodyMetadata()
Metadata that indicates whether the `emailBody` property can be edited..- Returns:
- emailBodyMetadata
-
setEmailBodyMetadata
public void setEmailBodyMetadata(PropertyMetadata emailBodyMetadata)
setEmailBodyMetadata.
-
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.
-
emailSubjectMetadata
public RecipientEmailNotification emailSubjectMetadata(PropertyMetadata emailSubjectMetadata)
emailSubjectMetadata.- Returns:
- RecipientEmailNotification
-
getEmailSubjectMetadata
public PropertyMetadata getEmailSubjectMetadata()
Metadata that indicates whether the `emailSubject` property can be edited..- Returns:
- emailSubjectMetadata
-
setEmailSubjectMetadata
public void setEmailSubjectMetadata(PropertyMetadata emailSubjectMetadata)
setEmailSubjectMetadata.
-
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.
-
supportedLanguageMetadata
public RecipientEmailNotification supportedLanguageMetadata(PropertyMetadata supportedLanguageMetadata)
supportedLanguageMetadata.- Returns:
- RecipientEmailNotification
-
getSupportedLanguageMetadata
public PropertyMetadata getSupportedLanguageMetadata()
Metadata that indicates whether the `supportedLanguage` property can be edited..- Returns:
- supportedLanguageMetadata
-
setSupportedLanguageMetadata
public void setSupportedLanguageMetadata(PropertyMetadata supportedLanguageMetadata)
setSupportedLanguageMetadata.
-
equals
public boolean equals(Object o)
Compares objects.
-
-