Uses of Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectTreeResponse
-
Packages that use SObjectTreeResponse Package Description org.apache.camel.component.salesforce.internal.client -
-
Uses of SObjectTreeResponse in org.apache.camel.component.salesforce.internal.client
Method parameters in org.apache.camel.component.salesforce.internal.client with type arguments of type SObjectTreeResponse 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)
-