public class SuppressionListDefinition extends APIObject
Java class for SuppressionListDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SuppressionListDefinition">
<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="Category" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Contexts" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Context" type="{http://exacttarget.com/wsdl/partnerAPI}SuppressionListContext" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Fields" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Field" type="{http://exacttarget.com/wsdl/partnerAPI}DataExtensionField" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SubscriberCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="NotifyEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SuppressionListDefinition.Contexts
Java class for anonymous complex type.
|
static class |
SuppressionListDefinition.Fields
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Long |
category |
protected SuppressionListDefinition.Contexts |
contexts |
protected String |
description |
protected SuppressionListDefinition.Fields |
fields |
protected String |
name |
protected String |
notifyEmail |
protected Long |
subscriberCount |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SuppressionListDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCategory()
Gets the value of the category property.
|
SuppressionListDefinition.Contexts |
getContexts()
Gets the value of the contexts property.
|
String |
getDescription()
Gets the value of the description property.
|
SuppressionListDefinition.Fields |
getFields()
Gets the value of the fields property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNotifyEmail()
Gets the value of the notifyEmail property.
|
Long |
getSubscriberCount()
Gets the value of the subscriberCount property.
|
void |
setCategory(Long value)
Sets the value of the category property.
|
void |
setContexts(SuppressionListDefinition.Contexts value)
Sets the value of the contexts property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFields(SuppressionListDefinition.Fields value)
Sets the value of the fields property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotifyEmail(String value)
Sets the value of the notifyEmail property.
|
void |
setSubscriberCount(Long value)
Sets the value of the subscriberCount 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 Long category
protected String description
protected SuppressionListDefinition.Contexts contexts
protected SuppressionListDefinition.Fields fields
protected Long subscriberCount
protected String notifyEmail
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Long getCategory()
Longpublic void setCategory(Long value)
value - allowed object is
Longpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic SuppressionListDefinition.Contexts getContexts()
SuppressionListDefinition.Contextspublic void setContexts(SuppressionListDefinition.Contexts value)
value - allowed object is
SuppressionListDefinition.Contextspublic SuppressionListDefinition.Fields getFields()
SuppressionListDefinition.Fieldspublic void setFields(SuppressionListDefinition.Fields value)
value - allowed object is
SuppressionListDefinition.Fieldspublic Long getSubscriberCount()
Longpublic void setSubscriberCount(Long value)
value - allowed object is
Longpublic String getNotifyEmail()
Stringpublic void setNotifyEmail(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.