Uses of Class
org.apache.camel.component.salesforce.api.dto.composite.SObjectBatch.Method
-
Packages that use SObjectBatch.Method Package Description org.apache.camel.component.salesforce.api.dto.composite -
-
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.Method Modifier and Type Method Description static SObjectBatch.Method
SObjectBatch.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static SObjectBatch.Method[]
SObjectBatch.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.salesforce.api.dto.composite with parameters of type SObjectBatch.Method Modifier and Type Method Description SObjectBatch
SObjectBatch. addGeneric(SObjectBatch.Method method, String url)
Generic way to add requests to batch.SObjectBatch
SObjectBatch. addGeneric(SObjectBatch.Method method, String url, Object richInput)
Generic way to add requests to batch withrichInput
payload.
-