| Package | Description |
|---|---|
| org.apache.camel.component.salesforce.api.dto.bulk |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| 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,
SalesforceException ex) |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkApiClient.BatchInfoListResponseCallback.onResponse(List<BatchInfo> batchInfoList,
SalesforceException ex) |
Apache Camel