public class QueryDefinition extends InteractionDefinition
Java class for QueryDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryDefinition">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}InteractionDefinition">
<sequence>
<element name="QueryText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TargetType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DataExtensionTarget" type="{http://exacttarget.com/wsdl/partnerAPI}InteractionBaseObject" minOccurs="0"/>
<element name="TargetUpdateType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FileSpec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FileType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
categoryID |
protected InteractionBaseObject |
dataExtensionTarget |
protected String |
fileSpec |
protected String |
fileType |
protected String |
queryText |
protected String |
status |
protected String |
targetType |
protected String |
targetUpdateType |
interactionObjectIDdescription, keyword, nameclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
QueryDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCategoryID()
Gets the value of the categoryID property.
|
InteractionBaseObject |
getDataExtensionTarget()
Gets the value of the dataExtensionTarget property.
|
String |
getFileSpec()
Gets the value of the fileSpec property.
|
String |
getFileType()
Gets the value of the fileType property.
|
String |
getQueryText()
Gets the value of the queryText property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getTargetType()
Gets the value of the targetType property.
|
String |
getTargetUpdateType()
Gets the value of the targetUpdateType property.
|
void |
setCategoryID(Integer value)
Sets the value of the categoryID property.
|
void |
setDataExtensionTarget(InteractionBaseObject value)
Sets the value of the dataExtensionTarget property.
|
void |
setFileSpec(String value)
Sets the value of the fileSpec property.
|
void |
setFileType(String value)
Sets the value of the fileType property.
|
void |
setQueryText(String value)
Sets the value of the queryText property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTargetType(String value)
Sets the value of the targetType property.
|
void |
setTargetUpdateType(String value)
Sets the value of the targetUpdateType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getInteractionObjectID, setInteractionObjectIDgetDescription, getKeyword, getName, setDescription, setKeyword, setNamegetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String queryText
protected String targetType
protected InteractionBaseObject dataExtensionTarget
protected String targetUpdateType
protected String fileSpec
protected String fileType
protected String status
protected Integer categoryID
public String getQueryText()
Stringpublic void setQueryText(String value)
value - allowed object is
Stringpublic String getTargetType()
Stringpublic void setTargetType(String value)
value - allowed object is
Stringpublic InteractionBaseObject getDataExtensionTarget()
InteractionBaseObjectpublic void setDataExtensionTarget(InteractionBaseObject value)
value - allowed object is
InteractionBaseObjectpublic String getTargetUpdateType()
Stringpublic void setTargetUpdateType(String value)
value - allowed object is
Stringpublic String getFileSpec()
Stringpublic void setFileSpec(String value)
value - allowed object is
Stringpublic String getFileType()
Stringpublic void setFileType(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Integer getCategoryID()
Integerpublic void setCategoryID(Integer value)
value - allowed object is
Integerpublic String toString()
toString in class InteractionDefinitionCopyright © 2017. All rights reserved.