public class RetrieveOptions extends Options
Java class for RetrieveOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrieveOptions">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Options">
<sequence>
<element name="BatchSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IncludeObjects" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="OnlyIncludeBase" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Options.SaveOptions| Modifier and Type | Field and Description |
|---|---|
protected Integer |
batchSize |
protected Boolean |
includeObjects |
protected Boolean |
onlyIncludeBase |
callsInConversation, client, conversationID, priority, queuePriority, requestType, saveOptions, scheduledTime, sendResponseTo, sequenceCode| Constructor and Description |
|---|
RetrieveOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBatchSize()
Gets the value of the batchSize property.
|
Boolean |
getIncludeObjects()
Gets the value of the includeObjects property.
|
Boolean |
getOnlyIncludeBase()
Gets the value of the onlyIncludeBase property.
|
void |
setBatchSize(Integer value)
Sets the value of the batchSize property.
|
void |
setIncludeObjects(Boolean value)
Sets the value of the includeObjects property.
|
void |
setOnlyIncludeBase(Boolean value)
Sets the value of the onlyIncludeBase property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getCallsInConversation, getClient, getConversationID, getPriority, getQueuePriority, getRequestType, getSaveOptions, getScheduledTime, getSendResponseTo, getSequenceCode, setCallsInConversation, setClient, setConversationID, setPriority, setQueuePriority, setRequestType, setSaveOptions, setScheduledTime, setSequenceCodeprotected Integer batchSize
protected Boolean includeObjects
protected Boolean onlyIncludeBase
public Integer getBatchSize()
Integerpublic void setBatchSize(Integer value)
value - allowed object is
Integerpublic Boolean getIncludeObjects()
Booleanpublic void setIncludeObjects(Boolean value)
value - allowed object is
Booleanpublic Boolean getOnlyIncludeBase()
Booleanpublic void setOnlyIncludeBase(Boolean value)
value - allowed object is
BooleanCopyright © 2017. All rights reserved.