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, setPartnerKey
protected 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()
SendClassificationTypeEnum
public void setSendClassificationType(SendClassificationTypeEnum value)
value
- allowed object is
SendClassificationTypeEnum
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public SenderProfile getSenderProfile()
SenderProfile
public void setSenderProfile(SenderProfile value)
value
- allowed object is
SenderProfile
public DeliveryProfile getDeliveryProfile()
DeliveryProfile
public void setDeliveryProfile(DeliveryProfile value)
value
- allowed object is
DeliveryProfile
public Boolean getHonorPublicationListOptOutsForTransactionalSends()
Boolean
public void setHonorPublicationListOptOutsForTransactionalSends(Boolean value)
value
- allowed object is
Boolean
public SendPriorityEnum getSendPriority()
SendPriorityEnum
public void setSendPriority(SendPriorityEnum value)
value
- allowed object is
SendPriorityEnum
public Boolean getArchiveEmail()
Boolean
public void setArchiveEmail(Boolean value)
value
- allowed object is
Boolean
Copyright © 2017. All rights reserved.