Uses of Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectComposite
Packages that use SObjectComposite
Package
Description
-
Uses of SObjectComposite in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return SObjectCompositeModifier and TypeMethodDescriptionSObjectComposite.addCreate(AbstractDescribedSObjectBase data, String referenceId) Add create SObject to the composite request.Add delete SObject with identifier to the composite request.SObjectComposite.addGeneric(SObjectComposite.Method method, String url, Object richInput, String referenceId) Generic way to add requests to composite withrichInputpayload.SObjectComposite.addGeneric(SObjectComposite.Method method, String url, String referenceId) Generic way to add requests to composite.Add field retrieval of an SObject by identifier to the composite request.SObjectComposite.addGetByExternalId(String type, String fieldName, String fieldValue, String referenceId) Add field retrieval of an SObject by external identifier to the composite request.SObjectComposite.addGetRelated(String type, String id, String relation, String referenceId, String... fields) Add retrieval of related SObject fields by identifier.Add retrieval of SObject records by query to the composite.SObjectComposite.addQueryAll(String query, String referenceId) Add retrieval of all SObject records by query to the composite.SObjectComposite.addUpdate(String type, String id, AbstractSObjectBase data, String referenceId) Add update of SObject record to the composite.SObjectComposite.addUpdateByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data, String referenceId) Add update of SObject record by external identifier to the composite.SObjectComposite.addUpsertByExternalId(String type, String fieldName, String fieldValue, AbstractSObjectBase data, String referenceId) Add insert or update of SObject record by external identifier to the composite. -
Uses of SObjectComposite in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type SObjectCompositeModifier and TypeMethodDescriptionvoidCompositeApiClient.submitComposite(SObjectComposite composite, Map<String, List<String>> headers, CompositeApiClient.ResponseCallback<SObjectCompositeResponse> callback) voidDefaultCompositeApiClient.submitComposite(SObjectComposite composite, Map<String, List<String>> headers, CompositeApiClient.ResponseCallback<SObjectCompositeResponse> callback)