@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class RecipientEmailNotification extends Object
| Constructor and Description |
|---|
RecipientEmailNotification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmailBody()
Specifies the email body of the message sent to the recipient.
|
String |
getEmailSubject()
Specifies the subject of the email that is sent to all recipients.\n\nSee [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject.
|
String |
getSupportedLanguage()
A simple type enumeration of the language used.
|
int |
hashCode() |
void |
setEmailBody(String emailBody) |
void |
setEmailSubject(String emailSubject) |
void |
setSupportedLanguage(String supportedLanguage) |
String |
toString() |
public String getEmailBody()
Specifies the email body of the message sent to the recipient. \n\nMaximum length: 10000 characters.
public void setEmailBody(String emailBody)
public String getEmailSubject()
Specifies the subject of the email that is sent to all recipients.\n\nSee [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject.
public void setEmailSubject(String emailSubject)
public String getSupportedLanguage()
A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), 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).
public void setSupportedLanguage(String supportedLanguage)
Copyright © 2017. All Rights Reserved.