public class SendClassification extends APIObject
Java class for SendClassification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendClassification">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="SendClassificationType" type="{http://exacttarget.com/wsdl/partnerAPI}SendClassificationTypeEnum" minOccurs="0"/>
<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="SenderProfile" type="{http://exacttarget.com/wsdl/partnerAPI}SenderProfile" minOccurs="0"/>
<element name="DeliveryProfile" type="{http://exacttarget.com/wsdl/partnerAPI}DeliveryProfile" minOccurs="0"/>
<element name="HonorPublicationListOptOutsForTransactionalSends" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SendPriority" type="{http://exacttarget.com/wsdl/partnerAPI}SendPriorityEnum" minOccurs="0"/>
<element name="ArchiveEmail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
archiveEmail |
protected DeliveryProfile |
deliveryProfile |
protected String |
description |
protected Boolean |
honorPublicationListOptOutsForTransactionalSends |
protected String |
name |
protected SendClassificationTypeEnum |
sendClassificationType |
protected SenderProfile |
senderProfile |
protected SendPriorityEnum |
sendPriority |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SendClassification() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getArchiveEmail()
Gets the value of the archiveEmail property.
|
DeliveryProfile |
getDeliveryProfile()
Gets the value of the deliveryProfile property.
|
String |
getDescription()
Gets the value of the description property.
|
Boolean |
getHonorPublicationListOptOutsForTransactionalSends()
Gets the value of the honorPublicationListOptOutsForTransactionalSends property.
|
String |
getName()
Gets the value of the name property.
|
SendClassificationTypeEnum |
getSendClassificationType()
Gets the value of the sendClassificationType property.
|
SenderProfile |
getSenderProfile()
Gets the value of the senderProfile property.
|
SendPriorityEnum |
getSendPriority()
Gets the value of the sendPriority property.
|
void |
setArchiveEmail(Boolean value)
Sets the value of the archiveEmail property.
|
void |
setDeliveryProfile(DeliveryProfile value)
Sets the value of the deliveryProfile property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHonorPublicationListOptOutsForTransactionalSends(Boolean value)
Sets the value of the honorPublicationListOptOutsForTransactionalSends property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSendClassificationType(SendClassificationTypeEnum value)
Sets the value of the sendClassificationType property.
|
void |
setSenderProfile(SenderProfile value)
Sets the value of the senderProfile property.
|
void |
setSendPriority(SendPriorityEnum value)
Sets the value of the sendPriority 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 SendClassificationTypeEnum sendClassificationType
protected String name
protected String description
protected SenderProfile senderProfile
protected DeliveryProfile deliveryProfile
protected Boolean honorPublicationListOptOutsForTransactionalSends
protected SendPriorityEnum sendPriority
protected Boolean archiveEmail
public SendClassificationTypeEnum getSendClassificationType()
SendClassificationTypeEnumpublic void setSendClassificationType(SendClassificationTypeEnum value)
value - allowed object is
SendClassificationTypeEnumpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic SenderProfile getSenderProfile()
SenderProfilepublic void setSenderProfile(SenderProfile value)
value - allowed object is
SenderProfilepublic DeliveryProfile getDeliveryProfile()
DeliveryProfilepublic void setDeliveryProfile(DeliveryProfile value)
value - allowed object is
DeliveryProfilepublic Boolean getHonorPublicationListOptOutsForTransactionalSends()
Booleanpublic void setHonorPublicationListOptOutsForTransactionalSends(Boolean value)
value - allowed object is
Booleanpublic SendPriorityEnum getSendPriority()
SendPriorityEnumpublic void setSendPriority(SendPriorityEnum value)
value - allowed object is
SendPriorityEnumpublic Boolean getArchiveEmail()
Booleanpublic void setArchiveEmail(Boolean value)
value - allowed object is
BooleanCopyright © 2017. All rights reserved.