| Package | Description |
|---|---|
| com.springml.salesforce.wave.api | |
| com.springml.salesforce.wave.impl | |
| com.springml.salesforce.wave.model |
| Modifier and Type | Method and Description |
|---|---|
BatchInfo |
BulkAPI.addBatch(String jobId,
String csvContent)
Add a batch to an existing Job
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_quickstart_add_batch.htm
|
BatchInfo |
BulkAPI.getBatchInfo(String jobId,
String batchId)
Provides details of the specified Batch
|
| Modifier and Type | Method and Description |
|---|---|
BatchInfo |
BulkAPIImpl.addBatch(String jobId,
String csvContent) |
BatchInfo |
BulkAPIImpl.getBatchInfo(String jobId,
String batchId) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchInfo> |
BatchInfoList.getBatchInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchInfoList.setBatchInfo(List<BatchInfo> batchInfo) |
Copyright © 2019. All rights reserved.