public abstract class Options extends Object
Java class for Options complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Options">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Client" type="{http://exacttarget.com/wsdl/partnerAPI}ClientID" minOccurs="0"/>
<element name="SendResponseTo" type="{http://exacttarget.com/wsdl/partnerAPI}AsyncResponse" maxOccurs="unbounded" minOccurs="0"/>
<element name="SaveOptions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SaveOption" type="{http://exacttarget.com/wsdl/partnerAPI}SaveOption" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Priority" type="{http://www.w3.org/2001/XMLSchema}byte" minOccurs="0"/>
<element name="ConversationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SequenceCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CallsInConversation" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ScheduledTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RequestType" type="{http://exacttarget.com/wsdl/partnerAPI}RequestType" minOccurs="0"/>
<element name="QueuePriority" type="{http://exacttarget.com/wsdl/partnerAPI}Priority" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Options.SaveOptions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
callsInConversation |
protected ClientID |
client |
protected String |
conversationID |
protected Byte |
priority |
protected Priority |
queuePriority |
protected RequestType |
requestType |
protected Options.SaveOptions |
saveOptions |
protected Date |
scheduledTime |
protected List<AsyncResponse> |
sendResponseTo |
protected Integer |
sequenceCode |
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCallsInConversation()
Gets the value of the callsInConversation property.
|
ClientID |
getClient()
Gets the value of the client property.
|
String |
getConversationID()
Gets the value of the conversationID property.
|
Byte |
getPriority()
Gets the value of the priority property.
|
Priority |
getQueuePriority()
Gets the value of the queuePriority property.
|
RequestType |
getRequestType()
Gets the value of the requestType property.
|
Options.SaveOptions |
getSaveOptions()
Gets the value of the saveOptions property.
|
Date |
getScheduledTime()
Gets the value of the scheduledTime property.
|
List<AsyncResponse> |
getSendResponseTo()
Gets the value of the sendResponseTo property.
|
Integer |
getSequenceCode()
Gets the value of the sequenceCode property.
|
void |
setCallsInConversation(Integer value)
Sets the value of the callsInConversation property.
|
void |
setClient(ClientID value)
Sets the value of the client property.
|
void |
setConversationID(String value)
Sets the value of the conversationID property.
|
void |
setPriority(Byte value)
Sets the value of the priority property.
|
void |
setQueuePriority(Priority value)
Sets the value of the queuePriority property.
|
void |
setRequestType(RequestType value)
Sets the value of the requestType property.
|
void |
setSaveOptions(Options.SaveOptions value)
Sets the value of the saveOptions property.
|
void |
setScheduledTime(Date value)
Sets the value of the scheduledTime property.
|
void |
setSequenceCode(Integer value)
Sets the value of the sequenceCode property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ClientID client
protected List<AsyncResponse> sendResponseTo
protected Options.SaveOptions saveOptions
protected Byte priority
protected String conversationID
protected Integer sequenceCode
protected Integer callsInConversation
protected Date scheduledTime
protected RequestType requestType
protected Priority queuePriority
public ClientID getClient()
ClientIDpublic void setClient(ClientID value)
value - allowed object is
ClientIDpublic List<AsyncResponse> getSendResponseTo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sendResponseTo property.
For example, to add a new item, do as follows:
getSendResponseTo().add(newItem);
Objects of the following type(s) are allowed in the list
AsyncResponse
public Options.SaveOptions getSaveOptions()
Options.SaveOptionspublic void setSaveOptions(Options.SaveOptions value)
value - allowed object is
Options.SaveOptionspublic Byte getPriority()
Bytepublic void setPriority(Byte value)
value - allowed object is
Bytepublic String getConversationID()
Stringpublic void setConversationID(String value)
value - allowed object is
Stringpublic Integer getSequenceCode()
Integerpublic void setSequenceCode(Integer value)
value - allowed object is
Integerpublic Integer getCallsInConversation()
Integerpublic void setCallsInConversation(Integer value)
value - allowed object is
Integerpublic Date getScheduledTime()
Stringpublic void setScheduledTime(Date value)
value - allowed object is
Stringpublic RequestType getRequestType()
RequestTypepublic void setRequestType(RequestType value)
value - allowed object is
RequestTypepublic Priority getQueuePriority()
Prioritypublic void setQueuePriority(Priority value)
value - allowed object is
PriorityCopyright © 2017. All rights reserved.