public class SenderProfile extends APIObject
Java class for SenderProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SenderProfile">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FromName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FromAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UseDefaultRMMRules" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AutoForwardToEmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AutoForwardToName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DirectForward" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AutoForwardTriggeredSend" type="{http://exacttarget.com/wsdl/partnerAPI}TriggeredSendDefinition" minOccurs="0"/>
<element name="AutoReply" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AutoReplyTriggeredSend" type="{http://exacttarget.com/wsdl/partnerAPI}TriggeredSendDefinition" minOccurs="0"/>
<element name="SenderHeaderEmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SenderHeaderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DataRetentionPeriodLength" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
<element name="DataRetentionPeriodUnitOfMeasure" type="{http://exacttarget.com/wsdl/partnerAPI}RecurrenceTypeEnum" minOccurs="0"/>
<element name="ReplyManagementRuleSet" type="{http://exacttarget.com/wsdl/partnerAPI}APIObject" minOccurs="0"/>
<element name="ReplyToAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReplyToDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
autoForwardToEmailAddress |
protected String |
autoForwardToName |
protected TriggeredSendDefinition |
autoForwardTriggeredSend |
protected Boolean |
autoReply |
protected TriggeredSendDefinition |
autoReplyTriggeredSend |
protected Short |
dataRetentionPeriodLength |
protected RecurrenceTypeEnum |
dataRetentionPeriodUnitOfMeasure |
protected String |
description |
protected Boolean |
directForward |
protected String |
fromAddress |
protected String |
fromName |
protected String |
name |
protected APIObject |
replyManagementRuleSet |
protected String |
replyToAddress |
protected String |
replyToDisplayName |
protected String |
senderHeaderEmailAddress |
protected String |
senderHeaderName |
protected Boolean |
useDefaultRMMRules |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SenderProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoForwardToEmailAddress()
Gets the value of the autoForwardToEmailAddress property.
|
String |
getAutoForwardToName()
Gets the value of the autoForwardToName property.
|
TriggeredSendDefinition |
getAutoForwardTriggeredSend()
Gets the value of the autoForwardTriggeredSend property.
|
Boolean |
getAutoReply()
Gets the value of the autoReply property.
|
TriggeredSendDefinition |
getAutoReplyTriggeredSend()
Gets the value of the autoReplyTriggeredSend property.
|
Short |
getDataRetentionPeriodLength()
Gets the value of the dataRetentionPeriodLength property.
|
RecurrenceTypeEnum |
getDataRetentionPeriodUnitOfMeasure()
Gets the value of the dataRetentionPeriodUnitOfMeasure property.
|
String |
getDescription()
Gets the value of the description property.
|
Boolean |
getDirectForward()
Gets the value of the directForward property.
|
String |
getFromAddress()
Gets the value of the fromAddress property.
|
String |
getFromName()
Gets the value of the fromName property.
|
String |
getName()
Gets the value of the name property.
|
APIObject |
getReplyManagementRuleSet()
Gets the value of the replyManagementRuleSet property.
|
String |
getReplyToAddress()
Gets the value of the replyToAddress property.
|
String |
getReplyToDisplayName()
Gets the value of the replyToDisplayName property.
|
String |
getSenderHeaderEmailAddress()
Gets the value of the senderHeaderEmailAddress property.
|
String |
getSenderHeaderName()
Gets the value of the senderHeaderName property.
|
Boolean |
getUseDefaultRMMRules()
Gets the value of the useDefaultRMMRules property.
|
void |
setAutoForwardToEmailAddress(String value)
Sets the value of the autoForwardToEmailAddress property.
|
void |
setAutoForwardToName(String value)
Sets the value of the autoForwardToName property.
|
void |
setAutoForwardTriggeredSend(TriggeredSendDefinition value)
Sets the value of the autoForwardTriggeredSend property.
|
void |
setAutoReply(Boolean value)
Sets the value of the autoReply property.
|
void |
setAutoReplyTriggeredSend(TriggeredSendDefinition value)
Sets the value of the autoReplyTriggeredSend property.
|
void |
setDataRetentionPeriodLength(Short value)
Sets the value of the dataRetentionPeriodLength property.
|
void |
setDataRetentionPeriodUnitOfMeasure(RecurrenceTypeEnum value)
Sets the value of the dataRetentionPeriodUnitOfMeasure property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDirectForward(Boolean value)
Sets the value of the directForward property.
|
void |
setFromAddress(String value)
Sets the value of the fromAddress property.
|
void |
setFromName(String value)
Sets the value of the fromName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReplyManagementRuleSet(APIObject value)
Sets the value of the replyManagementRuleSet property.
|
void |
setReplyToAddress(String value)
Sets the value of the replyToAddress property.
|
void |
setReplyToDisplayName(String value)
Sets the value of the replyToDisplayName property.
|
void |
setSenderHeaderEmailAddress(String value)
Sets the value of the senderHeaderEmailAddress property.
|
void |
setSenderHeaderName(String value)
Sets the value of the senderHeaderName property.
|
void |
setUseDefaultRMMRules(Boolean value)
Sets the value of the useDefaultRMMRules 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 name
protected String description
protected String fromName
protected String fromAddress
protected Boolean useDefaultRMMRules
protected String autoForwardToEmailAddress
protected String autoForwardToName
protected Boolean directForward
protected TriggeredSendDefinition autoForwardTriggeredSend
protected Boolean autoReply
protected TriggeredSendDefinition autoReplyTriggeredSend
protected String senderHeaderEmailAddress
protected String senderHeaderName
protected Short dataRetentionPeriodLength
protected RecurrenceTypeEnum dataRetentionPeriodUnitOfMeasure
protected APIObject replyManagementRuleSet
protected String replyToAddress
protected String replyToDisplayName
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getFromName()
Stringpublic void setFromName(String value)
value - allowed object is
Stringpublic String getFromAddress()
Stringpublic void setFromAddress(String value)
value - allowed object is
Stringpublic Boolean getUseDefaultRMMRules()
Booleanpublic void setUseDefaultRMMRules(Boolean value)
value - allowed object is
Booleanpublic String getAutoForwardToEmailAddress()
Stringpublic void setAutoForwardToEmailAddress(String value)
value - allowed object is
Stringpublic String getAutoForwardToName()
Stringpublic void setAutoForwardToName(String value)
value - allowed object is
Stringpublic Boolean getDirectForward()
Booleanpublic void setDirectForward(Boolean value)
value - allowed object is
Booleanpublic TriggeredSendDefinition getAutoForwardTriggeredSend()
TriggeredSendDefinitionpublic void setAutoForwardTriggeredSend(TriggeredSendDefinition value)
value - allowed object is
TriggeredSendDefinitionpublic Boolean getAutoReply()
Booleanpublic void setAutoReply(Boolean value)
value - allowed object is
Booleanpublic TriggeredSendDefinition getAutoReplyTriggeredSend()
TriggeredSendDefinitionpublic void setAutoReplyTriggeredSend(TriggeredSendDefinition value)
value - allowed object is
TriggeredSendDefinitionpublic String getSenderHeaderEmailAddress()
Stringpublic void setSenderHeaderEmailAddress(String value)
value - allowed object is
Stringpublic String getSenderHeaderName()
Stringpublic void setSenderHeaderName(String value)
value - allowed object is
Stringpublic Short getDataRetentionPeriodLength()
Shortpublic void setDataRetentionPeriodLength(Short value)
value - allowed object is
Shortpublic RecurrenceTypeEnum getDataRetentionPeriodUnitOfMeasure()
RecurrenceTypeEnumpublic void setDataRetentionPeriodUnitOfMeasure(RecurrenceTypeEnum value)
value - allowed object is
RecurrenceTypeEnumpublic APIObject getReplyManagementRuleSet()
APIObjectpublic void setReplyManagementRuleSet(APIObject value)
value - allowed object is
APIObjectpublic String getReplyToAddress()
Stringpublic void setReplyToAddress(String value)
value - allowed object is
Stringpublic String getReplyToDisplayName()
Stringpublic void setReplyToDisplayName(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.