public class MailSettings
extends java.lang.Object
| Constructor and Description |
|---|
MailSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
BccSettings |
getBccSettings() |
Setting |
getBypassListManagement()
A setting that allows you to bypass all unsubscribe
groups and suppressions to ensure that the email is
delivered to every single recipient.
|
FooterSetting |
getFooterSetting()
Get the the footer settings that you would like included on every email.
|
Setting |
getSandBoxMode()
Get sandbox mode.
|
SpamCheckSetting |
getSpamCheck()
Get the spam check setting.
|
int |
hashCode() |
void |
setBccSettings(BccSettings bccSettings)
Set the BCC settings.
|
void |
setBypassListManagement(Setting bypassListManagement) |
void |
setFooterSetting(FooterSetting footerSetting)
Set the the footer settings that you would like included on every email.
|
void |
setSandboxMode(Setting sandBoxMode)
Set sandbox mode.
|
void |
setSpamCheckSetting(SpamCheckSetting spamCheckSetting)
Set the spam check setting.
|
public BccSettings getBccSettings()
public void setBccSettings(BccSettings bccSettings)
bccSettings - the BCC settings.public Setting getBypassListManagement()
public void setBypassListManagement(Setting bypassListManagement)
public FooterSetting getFooterSetting()
public void setFooterSetting(FooterSetting footerSetting)
footerSetting - the setting.public Setting getSandBoxMode()
public void setSandboxMode(Setting sandBoxMode)
sandBoxMode - the sandbox mode setting.public SpamCheckSetting getSpamCheck()
public void setSpamCheckSetting(SpamCheckSetting spamCheckSetting)
spamCheckSetting - the spam check setting.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object