public class GetDeletedResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="result" type="{urn:tooling.soap.sforce.com}GetDeletedResult"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GetDeletedResult |
result |
| Constructor and Description |
|---|
GetDeletedResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetDeletedResult |
getResult()
Gets the value of the result property.
|
void |
setResult(GetDeletedResult value)
Sets the value of the result property.
|
protected GetDeletedResult result
public GetDeletedResult getResult()
GetDeletedResultpublic void setResult(GetDeletedResult value)
value - allowed object is
GetDeletedResultCopyright © 2016. All rights reserved.