| Package | Description |
|---|---|
| org.apache.camel.component.salesforce.api.dto.bulkv2 | |
| org.apache.camel.component.salesforce.internal.client |
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
Jobs.getRecords() |
| Modifier and Type | Method and Description |
|---|---|
void |
Jobs.setRecords(List<Job> records) |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkApiV2Client.createJob(Job job,
Map<String,List<String>> header,
BulkApiV2Client.JobResponseCallback callback) |
void |
DefaultBulkApiV2Client.createJob(Job job,
Map<String,List<String>> headers,
BulkApiV2Client.JobResponseCallback callback) |
void |
BulkApiV2Client.JobResponseCallback.onResponse(Job job,
Map<String,String> headers,
SalesforceException ex) |
Apache Camel