| Package | Description |
|---|---|
| org.apache.camel.component.salesforce.api | |
| org.apache.camel.component.salesforce.api.dto | |
| org.apache.camel.component.salesforce.internal.dto |
| Modifier and Type | Method and Description |
|---|---|
List<RestError> |
SalesforceException.getErrors() |
| Constructor and Description |
|---|
SalesforceException(List<RestError> errors,
int statusCode) |
SalesforceException(List<RestError> errors,
int statusCode,
String message) |
SalesforceException(List<RestError> errors,
int statusCode,
String message,
Throwable cause) |
SalesforceException(List<RestError> errors,
int statusCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
List<RestError> |
CreateSObjectResult.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSObjectResult.setErrors(List<RestError> errors) |
| Modifier and Type | Method and Description |
|---|---|
List<RestError> |
RestErrors.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestErrors.setErrors(List<RestError> errors) |
Apache Camel