| Package | Description |
|---|---|
| org.apache.camel.component.salesforce.api.dto.bulk | |
| org.apache.camel.component.salesforce.internal.client |
| Modifier and Type | Field and Description |
|---|---|
protected List<BatchInfo> |
BatchInfoList.batchInfo |
| Modifier and Type | Method and Description |
|---|---|
BatchInfo |
ObjectFactory.createBatchInfo()
Create an instance of
BatchInfo |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<BatchInfo> |
ObjectFactory.createBatchInfo(BatchInfo value)
|
List<BatchInfo> |
BatchInfoList.getBatchInfo()
Gets the value of the batchInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<BatchInfo> |
ObjectFactory.createBatchInfo(BatchInfo value)
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkApiClient.BatchInfoResponseCallback.onResponse(BatchInfo batchInfo,
Map<String,String> headers,
SalesforceException ex) |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkApiClient.BatchInfoListResponseCallback.onResponse(List<BatchInfo> batchInfoList,
Map<String,String> headers,
SalesforceException ex) |
Apache Camel