Package | Description |
---|---|
org.apache.camel.component.salesforce.api.dto.composite |
Modifier and Type | Method and Description |
---|---|
static SObjectComposite.Method |
SObjectComposite.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SObjectComposite.Method[] |
SObjectComposite.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SObjectComposite |
SObjectComposite.addGeneric(SObjectComposite.Method method,
String url,
Object richInput,
String referenceId)
Generic way to add requests to composite with
richInput payload. |
SObjectComposite |
SObjectComposite.addGeneric(SObjectComposite.Method method,
String url,
String referenceId)
Generic way to add requests to composite.
|
Apache Camel