public class RecipientEmailNotification extends Object
| Constructor and Description |
|---|
RecipientEmailNotification() |
| Modifier and Type | Method and Description |
|---|---|
RecipientEmailNotification |
emailBody(String emailBody) |
RecipientEmailNotification |
emailSubject(String emailSubject) |
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.
|
String |
getSupportedLanguage()
A simple type enumeration of the language used.
|
int |
hashCode() |
void |
setEmailBody(String emailBody) |
void |
setEmailSubject(String emailSubject) |
void |
setSupportedLanguage(String supportedLanguage) |
RecipientEmailNotification |
supportedLanguage(String supportedLanguage) |
String |
toString() |
public RecipientEmailNotification emailBody(String emailBody)
public String getEmailBody()
public void setEmailBody(String emailBody)
public RecipientEmailNotification emailSubject(String emailSubject)
public String getEmailSubject()
public void setEmailSubject(String emailSubject)
public RecipientEmailNotification supportedLanguage(String supportedLanguage)
public String getSupportedLanguage()
public void setSupportedLanguage(String supportedLanguage)
Copyright © 2018. All rights reserved.