public class DescribeSObjectResponse 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}DescribeSObjectResult"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DescribeSObjectResult |
result |
| Constructor and Description |
|---|
DescribeSObjectResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSObjectResult |
getResult()
Gets the value of the result property.
|
void |
setResult(DescribeSObjectResult value)
Sets the value of the result property.
|
protected DescribeSObjectResult result
public DescribeSObjectResult getResult()
DescribeSObjectResultpublic void setResult(DescribeSObjectResult value)
value - allowed object is
DescribeSObjectResultCopyright © 2016. All rights reserved.