Package | Description |
---|---|
org.apache.camel.component.salesforce.internal.client |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCompositeApiClient.submitCompositeTree(SObjectTree tree,
Map<String,List<String>> headers,
CompositeApiClient.ResponseCallback<SObjectTreeResponse> callback) |
void |
CompositeApiClient.submitCompositeTree(SObjectTree tree,
Map<String,List<String>> headers,
CompositeApiClient.ResponseCallback<SObjectTreeResponse> callback)
Submits given nodes (records) of SObjects and their children as a tree in
a single request.
|
Apache Camel