| Package | Description |
|---|---|
| com.sforce.soap.tooling |
| Modifier and Type | Field and Description |
|---|---|
protected ExecuteAnonymousResult |
ApexResult.apexExecutionResult |
protected ExecuteAnonymousResult |
ExecuteAnonymousResponse.result |
| Modifier and Type | Method and Description |
|---|---|
ExecuteAnonymousResult |
ObjectFactory.createExecuteAnonymousResult()
Create an instance of
ExecuteAnonymousResult |
ExecuteAnonymousResult |
ToolingConnection.executeAnonymous(String string,
SessionHeader sessionHeader,
DebuggingHeader debuggingHeader,
PackageVersionHeader packageVersionHeader,
CallOptions callOptions,
AllowFieldTruncationHeader allowFieldTruncationHeader,
DisableFeedTrackingHeader disableFeedTrackingHeader,
Holder<DebuggingInfo> debuggingInfo)
Execute an anonymous Apex code block
|
ExecuteAnonymousResult |
ApexResult.getApexExecutionResult()
Gets the value of the apexExecutionResult property.
|
ExecuteAnonymousResult |
ExecuteAnonymousResponse.getResult()
Gets the value of the result property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApexResult.setApexExecutionResult(ExecuteAnonymousResult value)
Sets the value of the apexExecutionResult property.
|
void |
ExecuteAnonymousResponse.setResult(ExecuteAnonymousResult value)
Sets the value of the result property.
|
Copyright © 2016. All rights reserved.