@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()
public void setEmailBody(String emailBody)
public String getEmailSubject()
public void setEmailSubject(String emailSubject)
public String getSupportedLanguage()
public void setSupportedLanguage(String supportedLanguage)
Copyright © 2017. All rights reserved.