| 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 | Field and Description |
|---|---|
static PayloadFormat |
SObjectComposite.REQUIRED_PAYLOAD_FORMAT |
| 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 | Method and Description |
|---|---|
void |
RawClient.makeRequest(String method,
String path,
PayloadFormat format,
InputStream body,
Map<String,List<String>> headers,
RawClient.ResponseCallback callback)
Make a raw HTTP request to salesforce
|
void |
DefaultRawClient.makeRequest(String method,
String path,
PayloadFormat format,
InputStream body,
Map<String,List<String>> headers,
RawClient.ResponseCallback callback)
Make a raw HTTP request to salesforce
|
Apache Camel