| Methods in com.sforce.async that return BatchInfo |
BatchInfo |
BatchRequest.completeRequest()
|
BatchInfo |
RestConnection.createBatchFromDir(JobInfo job,
InputStream batchContent,
File attachmentDir)
|
BatchInfo |
RestConnection.createBatchFromStream(JobInfo jobInfo,
InputStream input)
|
BatchInfo |
RestConnection.createBatchFromZipStream(JobInfo jobInfo,
InputStream zipInput)
|
BatchInfo |
RestConnection.createBatchWithFileAttachments(JobInfo jobInfo,
InputStream batchContent,
File rootDirectory,
String... files)
|
BatchInfo |
RestConnection.createBatchWithFileAttachments(JobInfo jobInfo,
InputStream batchContent,
Map<String,File> attachedFiles)
|
BatchInfo |
RestConnection.createBatchWithInputStreamAttachments(JobInfo jobInfo,
InputStream batchContent,
Map<String,InputStream> attachments)
|
BatchInfo[] |
BatchInfoList.getBatchInfo()
|
BatchInfo |
RestConnection.getBatchInfo(String jobId,
String batchId)
|