public abstract class MailWatcherNotification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MailWatcherNotification.Builder |
| Constructor and Description |
|---|
MailWatcherNotification(MailWatcherNotification.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBody() |
String |
getMailBody() |
String |
getMailSubject() |
String |
getName() |
String |
getRecipients() |
protected String |
getSubject() |
String |
getUrl() |
protected Map<String,String> |
pairs() |
void |
send() |
protected boolean |
shouldNotify() |
public MailWatcherNotification(MailWatcherNotification.Builder builder)
protected String getSubject()
protected String getBody()
public String getRecipients()
public String getUrl()
public String getName()
protected boolean shouldNotify()
public final String getMailSubject()
public final String getMailBody()
public final void send()
Copyright © 2004-2014. All Rights Reserved.