| 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 | Field and Description |
|---|---|
protected PayloadFormat |
DefaultRestClient.format |
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
| Constructor and Description |
|---|
DefaultCompositeApiClient(SalesforceEndpointConfig configuration,
PayloadFormat format,
String version,
SalesforceSession session,
SalesforceHttpClient httpClient,
SalesforceLoginConfig loginConfig) |
DefaultRestClient(SalesforceHttpClient httpClient,
String version,
PayloadFormat format,
SalesforceSession session,
SalesforceLoginConfig loginConfig) |
Apache Camel