| Package | Description |
|---|---|
| com.sforce.soap.tooling |
| Modifier and Type | Field and Description |
|---|---|
protected List<UpsertResult> |
UpsertResponse.result |
| Modifier and Type | Method and Description |
|---|---|
UpsertResult |
ObjectFactory.createUpsertResult()
Create an instance of
UpsertResult |
| Modifier and Type | Method and Description |
|---|---|
List<UpsertResult> |
UpsertResponse.getResult()
Gets the value of the result property.
|
List<UpsertResult> |
ToolingConnection.upsert(String fieldName,
List<SObject> entities,
SessionHeader sessionHeader,
MetadataWarningsHeader metadataWarningsHeader,
AllOrNoneHeader allOrNoneHeader,
CallOptions callOptions)
Update or insert a set of sObjects based on object id
|
Copyright © 2016. All rights reserved.