public class CreateOptions extends Options
Java class for CreateOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateOptions">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Options">
<sequence>
<element name="Container" type="{http://exacttarget.com/wsdl/partnerAPI}ContainerID" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Options.SaveOptions| Modifier and Type | Field and Description |
|---|---|
protected ContainerID |
container |
callsInConversation, client, conversationID, priority, queuePriority, requestType, saveOptions, scheduledTime, sendResponseTo, sequenceCode| Constructor and Description |
|---|
CreateOptions() |
| Modifier and Type | Method and Description |
|---|---|
ContainerID |
getContainer()
Gets the value of the container property.
|
void |
setContainer(ContainerID value)
Sets the value of the container 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 ContainerID container
public ContainerID getContainer()
ContainerIDpublic void setContainer(ContainerID value)
value - allowed object is
ContainerIDCopyright © 2017. All rights reserved.