public class ProcessedNotificationData extends NotificationData
| Constructor and Description |
|---|
ProcessedNotificationData() |
ProcessedNotificationData(NotificationData notificationData) |
| Modifier and Type | Method and Description |
|---|---|
ProcessedNotificationData |
addAttachment(String attachment) |
Collection<String> |
getAttachments() |
String |
getBody() |
String |
getSender() |
String |
getSubject() |
boolean |
hasSender() |
boolean |
isSendAsHtml() |
ProcessedNotificationData |
setBody(String body) |
ProcessedNotificationData |
setSendAsHtml(boolean sendAsHtml) |
ProcessedNotificationData |
setSender(String sender) |
ProcessedNotificationData |
setSubject(String subject) |
getProfileName, getRecipient, getTemplateData, setProfileName, setRecipient, setTemplateDatapublic ProcessedNotificationData()
public ProcessedNotificationData(NotificationData notificationData)
public String getBody()
public ProcessedNotificationData setBody(String body)
public String getSubject()
public ProcessedNotificationData setSubject(String subject)
public String getSender()
public ProcessedNotificationData setSender(String sender)
public boolean hasSender()
public boolean isSendAsHtml()
public ProcessedNotificationData setSendAsHtml(boolean sendAsHtml)
public Collection<String> getAttachments()
public ProcessedNotificationData addAttachment(String attachment)
Copyright © 2013. All Rights Reserved.