public class EmailNotification extends Notification
| Modifier and Type | Field and Description |
|---|---|
protected List<Attachment> |
attachments |
protected String |
emailAddress |
context, notificationType| Constructor and Description |
|---|
EmailNotification() |
EmailNotification(NotificationEventType notificationEventType,
Map<String,Object> context) |
EmailNotification(String emailAddress,
NotificationEventType notificationEventType,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
String |
getEmailAddress() |
void |
setAttachments(List<Attachment> attachments) |
void |
setEmailAddress(String emailAddress) |
getContext, getType, setContext, setTypeprotected String emailAddress
protected List<Attachment> attachments
public EmailNotification()
public EmailNotification(NotificationEventType notificationEventType, Map<String,Object> context)
public EmailNotification(String emailAddress, NotificationEventType notificationEventType, Map<String,Object> context)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
Copyright © 2017. All rights reserved.