| Package | Description |
|---|---|
| com.sforce.soap.tooling |
| Modifier and Type | Field and Description |
|---|---|
protected DescribeSObjectResult |
DescribeSObjectResponse.result |
| Modifier and Type | Field and Description |
|---|---|
protected List<DescribeSObjectResult> |
DescribeSObjectsResponse.result |
| Modifier and Type | Method and Description |
|---|---|
DescribeSObjectResult |
ObjectFactory.createDescribeSObjectResult()
Create an instance of
DescribeSObjectResult |
DescribeSObjectResult |
ToolingConnection.describeSObject(String type,
SessionHeader sessionHeader)
Describe an sObject
|
DescribeSObjectResult |
DescribeSObjectResponse.getResult()
Gets the value of the result property.
|
| Modifier and Type | Method and Description |
|---|---|
List<DescribeSObjectResult> |
ToolingConnection.describeSObjects(List<String> types,
SessionHeader sessionHeader)
Describe multiple sObjects (upto 100)
|
List<DescribeSObjectResult> |
DescribeSObjectsResponse.getResult()
Gets the value of the result property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSObjectResponse.setResult(DescribeSObjectResult value)
Sets the value of the result property.
|
Copyright © 2016. All rights reserved.