public class SendDefinitionList extends AudienceItem
Java class for SendDefinitionList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendDefinitionList">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}AudienceItem">
<sequence>
<element name="FilterDefinition" type="{http://exacttarget.com/wsdl/partnerAPI}FilterDefinition" minOccurs="0"/>
<element name="IsTestObject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SalesForceObjectID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Parameters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Parameter" type="{http://exacttarget.com/wsdl/partnerAPI}APIProperty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SendDefinitionList.Parameters
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected FilterDefinition |
filterDefinition |
protected Boolean |
isTestObject |
protected String |
name |
protected SendDefinitionList.Parameters |
parameters |
protected String |
salesForceObjectID |
customObjectID, dataSourceTypeID, list, sendDefinitionListTypeclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
SendDefinitionList() |
| Modifier and Type | Method and Description |
|---|---|
FilterDefinition |
getFilterDefinition()
Gets the value of the filterDefinition property.
|
Boolean |
getIsTestObject()
Gets the value of the isTestObject property.
|
String |
getName()
Gets the value of the name property.
|
SendDefinitionList.Parameters |
getParameters()
Gets the value of the parameters property.
|
String |
getSalesForceObjectID()
Gets the value of the salesForceObjectID property.
|
void |
setFilterDefinition(FilterDefinition value)
Sets the value of the filterDefinition property.
|
void |
setIsTestObject(Boolean value)
Sets the value of the isTestObject property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParameters(SendDefinitionList.Parameters value)
Sets the value of the parameters property.
|
void |
setSalesForceObjectID(String value)
Sets the value of the salesForceObjectID property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getCustomObjectID, getDataSourceTypeID, getList, getSendDefinitionListType, setCustomObjectID, setDataSourceTypeID, setList, setSendDefinitionListTypegetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected FilterDefinition filterDefinition
protected Boolean isTestObject
protected String salesForceObjectID
protected String name
protected SendDefinitionList.Parameters parameters
public FilterDefinition getFilterDefinition()
FilterDefinitionpublic void setFilterDefinition(FilterDefinition value)
value - allowed object is
FilterDefinitionpublic Boolean getIsTestObject()
Booleanpublic void setIsTestObject(Boolean value)
value - allowed object is
Booleanpublic String getSalesForceObjectID()
Stringpublic void setSalesForceObjectID(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic SendDefinitionList.Parameters getParameters()
SendDefinitionList.Parameterspublic void setParameters(SendDefinitionList.Parameters value)
value - allowed object is
SendDefinitionList.Parameterspublic String toString()
toString in class AudienceItemCopyright © 2017. All rights reserved.