public class DeliveryProfile extends APIObject
Java class for DeliveryProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryProfile">
<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="SourceAddressType" type="{http://exacttarget.com/wsdl/partnerAPI}DeliveryProfileSourceAddressTypeEnum" minOccurs="0"/>
<element name="PrivateIP" type="{http://exacttarget.com/wsdl/partnerAPI}PrivateIP" minOccurs="0"/>
<element name="DomainType" type="{http://exacttarget.com/wsdl/partnerAPI}DeliveryProfileDomainTypeEnum" minOccurs="0"/>
<element name="PrivateDomain" type="{http://exacttarget.com/wsdl/partnerAPI}PrivateDomain" minOccurs="0"/>
<element name="HeaderSalutationSource" type="{http://exacttarget.com/wsdl/partnerAPI}SalutationSourceEnum" minOccurs="0"/>
<element name="HeaderContentArea" type="{http://exacttarget.com/wsdl/partnerAPI}ContentArea" minOccurs="0"/>
<element name="FooterSalutationSource" type="{http://exacttarget.com/wsdl/partnerAPI}SalutationSourceEnum" minOccurs="0"/>
<element name="FooterContentArea" type="{http://exacttarget.com/wsdl/partnerAPI}ContentArea" minOccurs="0"/>
<element name="SubscriberLevelPrivateDomain" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SMIMESignatureCertificate" type="{http://exacttarget.com/wsdl/partnerAPI}Certificate" minOccurs="0"/>
<element name="PrivateDomainSet" type="{http://exacttarget.com/wsdl/partnerAPI}PrivateDomainSet" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected DeliveryProfileDomainTypeEnum |
domainType |
protected ContentArea |
footerContentArea |
protected SalutationSourceEnum |
footerSalutationSource |
protected ContentArea |
headerContentArea |
protected SalutationSourceEnum |
headerSalutationSource |
protected String |
name |
protected PrivateDomain |
privateDomain |
protected PrivateDomainSet |
privateDomainSet |
protected PrivateIP |
privateIP |
protected Certificate |
smimeSignatureCertificate |
protected DeliveryProfileSourceAddressTypeEnum |
sourceAddressType |
protected Boolean |
subscriberLevelPrivateDomain |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
DeliveryProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
DeliveryProfileDomainTypeEnum |
getDomainType()
Gets the value of the domainType property.
|
ContentArea |
getFooterContentArea()
Gets the value of the footerContentArea property.
|
SalutationSourceEnum |
getFooterSalutationSource()
Gets the value of the footerSalutationSource property.
|
ContentArea |
getHeaderContentArea()
Gets the value of the headerContentArea property.
|
SalutationSourceEnum |
getHeaderSalutationSource()
Gets the value of the headerSalutationSource property.
|
String |
getName()
Gets the value of the name property.
|
PrivateDomain |
getPrivateDomain()
Gets the value of the privateDomain property.
|
PrivateDomainSet |
getPrivateDomainSet()
Gets the value of the privateDomainSet property.
|
PrivateIP |
getPrivateIP()
Gets the value of the privateIP property.
|
Certificate |
getSMIMESignatureCertificate()
Gets the value of the smimeSignatureCertificate property.
|
DeliveryProfileSourceAddressTypeEnum |
getSourceAddressType()
Gets the value of the sourceAddressType property.
|
Boolean |
getSubscriberLevelPrivateDomain()
Gets the value of the subscriberLevelPrivateDomain property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDomainType(DeliveryProfileDomainTypeEnum value)
Sets the value of the domainType property.
|
void |
setFooterContentArea(ContentArea value)
Sets the value of the footerContentArea property.
|
void |
setFooterSalutationSource(SalutationSourceEnum value)
Sets the value of the footerSalutationSource property.
|
void |
setHeaderContentArea(ContentArea value)
Sets the value of the headerContentArea property.
|
void |
setHeaderSalutationSource(SalutationSourceEnum value)
Sets the value of the headerSalutationSource property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrivateDomain(PrivateDomain value)
Sets the value of the privateDomain property.
|
void |
setPrivateDomainSet(PrivateDomainSet value)
Sets the value of the privateDomainSet property.
|
void |
setPrivateIP(PrivateIP value)
Sets the value of the privateIP property.
|
void |
setSMIMESignatureCertificate(Certificate value)
Sets the value of the smimeSignatureCertificate property.
|
void |
setSourceAddressType(DeliveryProfileSourceAddressTypeEnum value)
Sets the value of the sourceAddressType property.
|
void |
setSubscriberLevelPrivateDomain(Boolean value)
Sets the value of the subscriberLevelPrivateDomain 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 DeliveryProfileSourceAddressTypeEnum sourceAddressType
protected PrivateIP privateIP
protected DeliveryProfileDomainTypeEnum domainType
protected PrivateDomain privateDomain
protected SalutationSourceEnum headerSalutationSource
protected ContentArea headerContentArea
protected SalutationSourceEnum footerSalutationSource
protected ContentArea footerContentArea
protected Boolean subscriberLevelPrivateDomain
protected Certificate smimeSignatureCertificate
protected PrivateDomainSet privateDomainSet
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 DeliveryProfileSourceAddressTypeEnum getSourceAddressType()
DeliveryProfileSourceAddressTypeEnumpublic void setSourceAddressType(DeliveryProfileSourceAddressTypeEnum value)
value - allowed object is
DeliveryProfileSourceAddressTypeEnumpublic PrivateIP getPrivateIP()
PrivateIPpublic void setPrivateIP(PrivateIP value)
value - allowed object is
PrivateIPpublic DeliveryProfileDomainTypeEnum getDomainType()
DeliveryProfileDomainTypeEnumpublic void setDomainType(DeliveryProfileDomainTypeEnum value)
value - allowed object is
DeliveryProfileDomainTypeEnumpublic PrivateDomain getPrivateDomain()
PrivateDomainpublic void setPrivateDomain(PrivateDomain value)
value - allowed object is
PrivateDomainpublic SalutationSourceEnum getHeaderSalutationSource()
SalutationSourceEnumpublic void setHeaderSalutationSource(SalutationSourceEnum value)
value - allowed object is
SalutationSourceEnumpublic ContentArea getHeaderContentArea()
ContentAreapublic void setHeaderContentArea(ContentArea value)
value - allowed object is
ContentAreapublic SalutationSourceEnum getFooterSalutationSource()
SalutationSourceEnumpublic void setFooterSalutationSource(SalutationSourceEnum value)
value - allowed object is
SalutationSourceEnumpublic ContentArea getFooterContentArea()
ContentAreapublic void setFooterContentArea(ContentArea value)
value - allowed object is
ContentAreapublic Boolean getSubscriberLevelPrivateDomain()
Booleanpublic void setSubscriberLevelPrivateDomain(Boolean value)
value - allowed object is
Booleanpublic Certificate getSMIMESignatureCertificate()
Certificatepublic void setSMIMESignatureCertificate(Certificate value)
value - allowed object is
Certificatepublic PrivateDomainSet getPrivateDomainSet()
PrivateDomainSetpublic void setPrivateDomainSet(PrivateDomainSet value)
value - allowed object is
PrivateDomainSetCopyright © 2017. All rights reserved.