public class SuppressionListContext extends APIObject
Java class for SuppressionListContext complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SuppressionListContext">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Context" type="{http://exacttarget.com/wsdl/partnerAPI}SuppressionListContextEnum" minOccurs="0"/>
<element name="SendClassificationType" type="{http://exacttarget.com/wsdl/partnerAPI}SendClassificationTypeEnum" minOccurs="0"/>
<element name="SendClassification" type="{http://exacttarget.com/wsdl/partnerAPI}SendClassification" minOccurs="0"/>
<element name="Send" type="{http://exacttarget.com/wsdl/partnerAPI}Send" minOccurs="0"/>
<element name="Definition" type="{http://exacttarget.com/wsdl/partnerAPI}SuppressionListDefinition" minOccurs="0"/>
<element name="AppliesToAllSends" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SenderProfile" type="{http://exacttarget.com/wsdl/partnerAPI}SenderProfile" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
appliesToAllSends |
protected SuppressionListContextEnum |
context |
protected SuppressionListDefinition |
definition |
protected Send |
send |
protected SendClassification |
sendClassification |
protected SendClassificationTypeEnum |
sendClassificationType |
protected SenderProfile |
senderProfile |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SuppressionListContext() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAppliesToAllSends()
Gets the value of the appliesToAllSends property.
|
SuppressionListContextEnum |
getContext()
Gets the value of the context property.
|
SuppressionListDefinition |
getDefinition()
Gets the value of the definition property.
|
Send |
getSend()
Gets the value of the send property.
|
SendClassification |
getSendClassification()
Gets the value of the sendClassification property.
|
SendClassificationTypeEnum |
getSendClassificationType()
Gets the value of the sendClassificationType property.
|
SenderProfile |
getSenderProfile()
Gets the value of the senderProfile property.
|
void |
setAppliesToAllSends(Boolean value)
Sets the value of the appliesToAllSends property.
|
void |
setContext(SuppressionListContextEnum value)
Sets the value of the context property.
|
void |
setDefinition(SuppressionListDefinition value)
Sets the value of the definition property.
|
void |
setSend(Send value)
Sets the value of the send property.
|
void |
setSendClassification(SendClassification value)
Sets the value of the sendClassification property.
|
void |
setSendClassificationType(SendClassificationTypeEnum value)
Sets the value of the sendClassificationType property.
|
void |
setSenderProfile(SenderProfile value)
Sets the value of the senderProfile 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 SuppressionListContextEnum context
protected SendClassificationTypeEnum sendClassificationType
protected SendClassification sendClassification
protected Send send
protected SuppressionListDefinition definition
protected Boolean appliesToAllSends
protected SenderProfile senderProfile
public SuppressionListContextEnum getContext()
SuppressionListContextEnumpublic void setContext(SuppressionListContextEnum value)
value - allowed object is
SuppressionListContextEnumpublic SendClassificationTypeEnum getSendClassificationType()
SendClassificationTypeEnumpublic void setSendClassificationType(SendClassificationTypeEnum value)
value - allowed object is
SendClassificationTypeEnumpublic SendClassification getSendClassification()
SendClassificationpublic void setSendClassification(SendClassification value)
value - allowed object is
SendClassificationpublic void setSend(Send value)
value - allowed object is
Sendpublic SuppressionListDefinition getDefinition()
SuppressionListDefinitionpublic void setDefinition(SuppressionListDefinition value)
value - allowed object is
SuppressionListDefinitionpublic Boolean getAppliesToAllSends()
Booleanpublic void setAppliesToAllSends(Boolean value)
value - allowed object is
Booleanpublic SenderProfile getSenderProfile()
SenderProfilepublic void setSenderProfile(SenderProfile value)
value - allowed object is
SenderProfileCopyright © 2017. All rights reserved.