public class ReplyMailManagementConfiguration extends APIObject
Java class for ReplyMailManagementConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReplyMailManagementConfiguration">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="EmailDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReplySubdomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EmailReplyAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DNSRedirectComplete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DeleteAutoReplies" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SupportUnsubscribes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SupportUnsubKeyword" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SupportUnsubscribeKeyword" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SupportRemoveKeyword" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SupportOptOutKeyword" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SupportLeaveKeyword" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SupportMisspelledKeywords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SendAutoReplies" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AutoReplySubject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AutoReplyBody" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ForwardingAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
autoReplyBody |
protected String |
autoReplySubject |
protected Boolean |
deleteAutoReplies |
protected Boolean |
dnsRedirectComplete |
protected String |
emailDisplayName |
protected String |
emailReplyAddress |
protected String |
forwardingAddress |
protected String |
replySubdomain |
protected Boolean |
sendAutoReplies |
protected Boolean |
supportLeaveKeyword |
protected Boolean |
supportMisspelledKeywords |
protected Boolean |
supportOptOutKeyword |
protected Boolean |
supportRemoveKeyword |
protected Boolean |
supportUnsubKeyword |
protected Boolean |
supportUnsubscribeKeyword |
protected Boolean |
supportUnsubscribes |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ReplyMailManagementConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoReplyBody()
Gets the value of the autoReplyBody property.
|
String |
getAutoReplySubject()
Gets the value of the autoReplySubject property.
|
Boolean |
getDeleteAutoReplies()
Gets the value of the deleteAutoReplies property.
|
Boolean |
getDNSRedirectComplete()
Gets the value of the dnsRedirectComplete property.
|
String |
getEmailDisplayName()
Gets the value of the emailDisplayName property.
|
String |
getEmailReplyAddress()
Gets the value of the emailReplyAddress property.
|
String |
getForwardingAddress()
Gets the value of the forwardingAddress property.
|
String |
getReplySubdomain()
Gets the value of the replySubdomain property.
|
Boolean |
getSendAutoReplies()
Gets the value of the sendAutoReplies property.
|
Boolean |
getSupportLeaveKeyword()
Gets the value of the supportLeaveKeyword property.
|
Boolean |
getSupportMisspelledKeywords()
Gets the value of the supportMisspelledKeywords property.
|
Boolean |
getSupportOptOutKeyword()
Gets the value of the supportOptOutKeyword property.
|
Boolean |
getSupportRemoveKeyword()
Gets the value of the supportRemoveKeyword property.
|
Boolean |
getSupportUnsubKeyword()
Gets the value of the supportUnsubKeyword property.
|
Boolean |
getSupportUnsubscribeKeyword()
Gets the value of the supportUnsubscribeKeyword property.
|
Boolean |
getSupportUnsubscribes()
Gets the value of the supportUnsubscribes property.
|
void |
setAutoReplyBody(String value)
Sets the value of the autoReplyBody property.
|
void |
setAutoReplySubject(String value)
Sets the value of the autoReplySubject property.
|
void |
setDeleteAutoReplies(Boolean value)
Sets the value of the deleteAutoReplies property.
|
void |
setDNSRedirectComplete(Boolean value)
Sets the value of the dnsRedirectComplete property.
|
void |
setEmailDisplayName(String value)
Sets the value of the emailDisplayName property.
|
void |
setEmailReplyAddress(String value)
Sets the value of the emailReplyAddress property.
|
void |
setForwardingAddress(String value)
Sets the value of the forwardingAddress property.
|
void |
setReplySubdomain(String value)
Sets the value of the replySubdomain property.
|
void |
setSendAutoReplies(Boolean value)
Sets the value of the sendAutoReplies property.
|
void |
setSupportLeaveKeyword(Boolean value)
Sets the value of the supportLeaveKeyword property.
|
void |
setSupportMisspelledKeywords(Boolean value)
Sets the value of the supportMisspelledKeywords property.
|
void |
setSupportOptOutKeyword(Boolean value)
Sets the value of the supportOptOutKeyword property.
|
void |
setSupportRemoveKeyword(Boolean value)
Sets the value of the supportRemoveKeyword property.
|
void |
setSupportUnsubKeyword(Boolean value)
Sets the value of the supportUnsubKeyword property.
|
void |
setSupportUnsubscribeKeyword(Boolean value)
Sets the value of the supportUnsubscribeKeyword property.
|
void |
setSupportUnsubscribes(Boolean value)
Sets the value of the supportUnsubscribes property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String emailDisplayName
protected String replySubdomain
protected String emailReplyAddress
protected Boolean dnsRedirectComplete
protected Boolean deleteAutoReplies
protected Boolean supportUnsubscribes
protected Boolean supportUnsubKeyword
protected Boolean supportUnsubscribeKeyword
protected Boolean supportRemoveKeyword
protected Boolean supportOptOutKeyword
protected Boolean supportLeaveKeyword
protected Boolean supportMisspelledKeywords
protected Boolean sendAutoReplies
protected String autoReplySubject
protected String autoReplyBody
protected String forwardingAddress
public String getEmailDisplayName()
Stringpublic void setEmailDisplayName(String value)
value - allowed object is
Stringpublic String getReplySubdomain()
Stringpublic void setReplySubdomain(String value)
value - allowed object is
Stringpublic String getEmailReplyAddress()
Stringpublic void setEmailReplyAddress(String value)
value - allowed object is
Stringpublic Boolean getDNSRedirectComplete()
Booleanpublic void setDNSRedirectComplete(Boolean value)
value - allowed object is
Booleanpublic Boolean getDeleteAutoReplies()
Booleanpublic void setDeleteAutoReplies(Boolean value)
value - allowed object is
Booleanpublic Boolean getSupportUnsubscribes()
Booleanpublic void setSupportUnsubscribes(Boolean value)
value - allowed object is
Booleanpublic Boolean getSupportUnsubKeyword()
Booleanpublic void setSupportUnsubKeyword(Boolean value)
value - allowed object is
Booleanpublic Boolean getSupportUnsubscribeKeyword()
Booleanpublic void setSupportUnsubscribeKeyword(Boolean value)
value - allowed object is
Booleanpublic Boolean getSupportRemoveKeyword()
Booleanpublic void setSupportRemoveKeyword(Boolean value)
value - allowed object is
Booleanpublic Boolean getSupportOptOutKeyword()
Booleanpublic void setSupportOptOutKeyword(Boolean value)
value - allowed object is
Booleanpublic Boolean getSupportLeaveKeyword()
Booleanpublic void setSupportLeaveKeyword(Boolean value)
value - allowed object is
Booleanpublic Boolean getSupportMisspelledKeywords()
Booleanpublic void setSupportMisspelledKeywords(Boolean value)
value - allowed object is
Booleanpublic Boolean getSendAutoReplies()
Booleanpublic void setSendAutoReplies(Boolean value)
value - allowed object is
Booleanpublic String getAutoReplySubject()
Stringpublic void setAutoReplySubject(String value)
value - allowed object is
Stringpublic String getAutoReplyBody()
Stringpublic void setAutoReplyBody(String value)
value - allowed object is
Stringpublic String getForwardingAddress()
Stringpublic void setForwardingAddress(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.