| Modifier and Type | Method and Description |
|---|---|
PayloadFormat |
SalesforceEndpointConfig.getFormat() |
PayloadFormat |
SalesforceComponent.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
|
void |
SalesforceComponent.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(SalesforceHttpClient httpClient,
String version,
PayloadFormat format,
SalesforceSession session) |
| Modifier and Type | Method and Description |
|---|---|
PayloadFormat |
SalesforceComponentConfiguration.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
SalesforceComponentConfiguration.setFormat(PayloadFormat format) |
Apache Camel