| Package | Description |
|---|---|
| org.apache.camel.component.salesforce | |
| org.apache.camel.component.salesforce.internal | |
| org.apache.camel.component.salesforce.internal.client |
| Modifier and Type | Method and Description |
|---|---|
PayloadFormat |
SalesforceEndpointConfig.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
SalesforceEndpointConfig.setFormat(PayloadFormat format)
Payload format to use for Salesforce API calls, either JSON or XML, defaults to JSON
|
| Modifier and Type | Method and Description |
|---|---|
static PayloadFormat |
PayloadFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PayloadFormat[] |
PayloadFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected PayloadFormat |
DefaultRestClient.format |
| Constructor and Description |
|---|
DefaultRestClient(org.eclipse.jetty.client.HttpClient httpClient,
String version,
PayloadFormat format,
SalesforceSession session) |
Apache Camel