Package | Description |
---|---|
org.apache.camel.component.salesforce.api.dto.composite |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 with
richInput payload. |
Apache Camel