public class PerformRequest extends Object
Java class for PerformRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformRequest">
<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="Action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Definitions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Definition" type="{http://exacttarget.com/wsdl/partnerAPI}InteractionBaseObject" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformRequest.Definitions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected ClientID |
client |
protected PerformRequest.Definitions |
definitions |
| Constructor and Description |
|---|
PerformRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
ClientID |
getClient()
Gets the value of the client property.
|
PerformRequest.Definitions |
getDefinitions()
Gets the value of the definitions property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setClient(ClientID value)
Sets the value of the client property.
|
void |
setDefinitions(PerformRequest.Definitions value)
Sets the value of the definitions property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ClientID client
protected String action
protected PerformRequest.Definitions definitions
public ClientID getClient()
ClientIDpublic void setClient(ClientID value)
value - allowed object is
ClientIDpublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic PerformRequest.Definitions getDefinitions()
PerformRequest.Definitionspublic void setDefinitions(PerformRequest.Definitions value)
value - allowed object is
PerformRequest.DefinitionsCopyright © 2017. All rights reserved.