Uses of Class
com.sforce.async.BatchInfo
-
Packages that use BatchInfo Package Description com.sforce.async -
-
Uses of BatchInfo in com.sforce.async
Methods in com.sforce.async that return BatchInfo Modifier and Type Method Description BatchInfoBatchRequest. completeRequest()BatchInfoCsvBatchRequest. completeRequest()BatchInfoBulkConnection. createBatchFromDir(JobInfo job, java.io.InputStream batchContent, java.io.File attachmentDir)BatchInfoBulkConnection. createBatchFromForeignCsvStream(JobInfo jobInfo, java.io.InputStream input, java.lang.String charSet)BatchInfoBulkConnection. createBatchFromStream(JobInfo jobInfo, java.io.InputStream input)BatchInfoBulkConnection. createBatchFromZipStream(JobInfo jobInfo, java.io.InputStream zipInput)BatchInfoBulkConnection. createBatchWithFileAttachments(JobInfo jobInfo, java.io.InputStream batchContent, java.io.File rootDirectory, java.lang.String... files)BatchInfoBulkConnection. createBatchWithFileAttachments(JobInfo jobInfo, java.io.InputStream batchContent, java.util.Map<java.lang.String,java.io.File> attachedFiles)BatchInfoBulkConnection. createBatchWithInputStreamAttachments(JobInfo jobInfo, java.io.InputStream batchContent, java.util.Map<java.lang.String,java.io.InputStream> attachments)BatchInfo[]BatchInfoList. getBatchInfo()BatchInfoBulkConnection. getBatchInfo(java.lang.String jobId, java.lang.String batchId)BatchInfoBulkConnection. getBatchInfo(java.lang.String jobId, java.lang.String batchId, ContentType contentType)Methods in com.sforce.async with parameters of type BatchInfo Modifier and Type Method Description voidBatchInfoList. setBatchInfo(BatchInfo[] batchInfo)
-