public class AsyncResponse extends Object
Java class for AsyncResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AsyncResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ResponseType" type="{http://exacttarget.com/wsdl/partnerAPI}AsyncResponseType"/>
<element name="ResponseAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RespondWhen" type="{http://exacttarget.com/wsdl/partnerAPI}RespondWhen" minOccurs="0"/>
<element name="IncludeResults" type="{http://www.w3.org/2001/XMLSchema}boolean" 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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
includeObjects |
protected Boolean |
includeResults |
protected Boolean |
onlyIncludeBase |
protected RespondWhen |
respondWhen |
protected String |
responseAddress |
protected AsyncResponseType |
responseType |
| Constructor and Description |
|---|
AsyncResponse() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIncludeObjects()
Gets the value of the includeObjects property.
|
Boolean |
getIncludeResults()
Gets the value of the includeResults property.
|
Boolean |
getOnlyIncludeBase()
Gets the value of the onlyIncludeBase property.
|
RespondWhen |
getRespondWhen()
Gets the value of the respondWhen property.
|
String |
getResponseAddress()
Gets the value of the responseAddress property.
|
AsyncResponseType |
getResponseType()
Gets the value of the responseType property.
|
void |
setIncludeObjects(Boolean value)
Sets the value of the includeObjects property.
|
void |
setIncludeResults(Boolean value)
Sets the value of the includeResults property.
|
void |
setOnlyIncludeBase(Boolean value)
Sets the value of the onlyIncludeBase property.
|
void |
setRespondWhen(RespondWhen value)
Sets the value of the respondWhen property.
|
void |
setResponseAddress(String value)
Sets the value of the responseAddress property.
|
void |
setResponseType(AsyncResponseType value)
Sets the value of the responseType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected AsyncResponseType responseType
protected String responseAddress
protected RespondWhen respondWhen
protected Boolean includeResults
protected Boolean includeObjects
protected Boolean onlyIncludeBase
public AsyncResponseType getResponseType()
AsyncResponseTypepublic void setResponseType(AsyncResponseType value)
value - allowed object is
AsyncResponseTypepublic String getResponseAddress()
Stringpublic void setResponseAddress(String value)
value - allowed object is
Stringpublic RespondWhen getRespondWhen()
RespondWhenpublic void setRespondWhen(RespondWhen value)
value - allowed object is
RespondWhenpublic Boolean getIncludeResults()
Booleanpublic void setIncludeResults(Boolean value)
value - allowed object is
Booleanpublic 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.