Uses of Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectTree
-
Packages that use SObjectTree Package Description org.apache.camel.component.salesforce.internal.client -
-
Uses of SObjectTree in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type SObjectTree Modifier and Type Method Description voidCompositeApiClient. 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.voidDefaultCompositeApiClient. submitCompositeTree(SObjectTree tree, Map<String,List<String>> headers, CompositeApiClient.ResponseCallback<SObjectTreeResponse> callback)
-