public class RetrieveSingleRequest extends Request
Java class for RetrieveSingleRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrieveSingleRequest">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Request">
<sequence>
<element name="RequestedObject" type="{http://exacttarget.com/wsdl/partnerAPI}APIObject"/>
<element name="RetrieveOption" type="{http://exacttarget.com/wsdl/partnerAPI}Options" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected APIObject |
requestedObject |
protected Options |
retrieveOption |
| Constructor and Description |
|---|
RetrieveSingleRequest() |
| Modifier and Type | Method and Description |
|---|---|
APIObject |
getRequestedObject()
Gets the value of the requestedObject property.
|
Options |
getRetrieveOption()
Gets the value of the retrieveOption property.
|
void |
setRequestedObject(APIObject value)
Sets the value of the requestedObject property.
|
void |
setRetrieveOption(Options value)
Sets the value of the retrieveOption property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected APIObject requestedObject
protected Options retrieveOption
public APIObject getRequestedObject()
APIObjectpublic void setRequestedObject(APIObject value)
value - allowed object is
APIObjectpublic Options getRetrieveOption()
Optionspublic void setRetrieveOption(Options value)
value - allowed object is
OptionsCopyright © 2017. All rights reserved.