Uses of Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectTreeResponse
Packages that use SObjectTreeResponse
-
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 SObjectTreeResponseModifier and TypeMethodDescriptionvoidCompositeApiClient.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)