Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectBatch.Method
Packages that use SObjectBatch.Method
-
Uses of SObjectBatch.Method in org.apache.camel.component.salesforce.api.dto.composite
Methods in org.apache.camel.component.salesforce.api.dto.composite that return SObjectBatch.MethodModifier and TypeMethodDescriptionstatic SObjectBatch.MethodReturns the enum constant of this class with the specified name.static SObjectBatch.Method[]SObjectBatch.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.salesforce.api.dto.composite with parameters of type SObjectBatch.MethodModifier and TypeMethodDescriptionSObjectBatch.addGeneric(SObjectBatch.Method method, String url) Generic way to add requests to batch.SObjectBatch.addGeneric(SObjectBatch.Method method, String url, Object richInput) Generic way to add requests to batch withrichInputpayload.