public class RecipientEmailNotification extends Object
| Constructor and Description |
|---|
RecipientEmailNotification() |
public RecipientEmailNotification emailBody(String emailBody)
public String getEmailBody()
public void setEmailBody(String emailBody)
public RecipientEmailNotification emailBodyMetadata(PropertyMetadata emailBodyMetadata)
public PropertyMetadata getEmailBodyMetadata()
public void setEmailBodyMetadata(PropertyMetadata emailBodyMetadata)
public RecipientEmailNotification emailSubject(String emailSubject)
public String getEmailSubject()
public void setEmailSubject(String emailSubject)
public RecipientEmailNotification emailSubjectMetadata(PropertyMetadata emailSubjectMetadata)
public PropertyMetadata getEmailSubjectMetadata()
public void setEmailSubjectMetadata(PropertyMetadata emailSubjectMetadata)
public RecipientEmailNotification supportedLanguage(String supportedLanguage)
public String getSupportedLanguage()
public void setSupportedLanguage(String supportedLanguage)
public RecipientEmailNotification supportedLanguageMetadata(PropertyMetadata supportedLanguageMetadata)
public PropertyMetadata getSupportedLanguageMetadata()
public void setSupportedLanguageMetadata(PropertyMetadata supportedLanguageMetadata)
Copyright © 2020. All rights reserved.