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