@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-07-18T18:11:15.675-07:00") public class RecipientEmailNotification extends Object
| Constructor and Description |
|---|
RecipientEmailNotification() |
| Modifier and Type | Method and Description |
|---|---|
RecipientEmailNotification |
emailBody(String emailBody)
Specifies the email body of the message sent to the recipient.
|
RecipientEmailNotification |
emailSubject(String emailSubject)
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.
|
boolean |
equals(Object o) |
String |
getEmailBody() |
String |
getEmailSubject() |
String |
getSupportedLanguage() |
int |
hashCode() |
void |
setEmailBody(String emailBody) |
void |
setEmailSubject(String emailSubject) |
void |
setSupportedLanguage(String supportedLanguage) |
RecipientEmailNotification |
supportedLanguage(String supportedLanguage)
A simple type enumeration of the language used.
|
String |
toString() |
public RecipientEmailNotification emailSubject(String emailSubject)
public String getEmailSubject()
public void setEmailSubject(String emailSubject)
public RecipientEmailNotification emailBody(String emailBody)
public String getEmailBody()
public void setEmailBody(String emailBody)
public RecipientEmailNotification supportedLanguage(String supportedLanguage)
public String getSupportedLanguage()
public void setSupportedLanguage(String supportedLanguage)
Copyright © 2016. All rights reserved.