| Package | Description |
|---|---|
| com.sforce.async |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
JobInfo.getContentType() |
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobInfo.Builder |
JobInfo.Builder.contentType(ContentType contentType) |
JobInfo |
BulkConnection.createJob(JobInfo job,
ContentType contentType) |
BatchInfo |
BulkConnection.getBatchInfo(String jobId,
String batchId,
ContentType contentType) |
BatchInfoList |
BulkConnection.getBatchInfoList(String jobId,
ContentType contentType) |
BatchResult |
BulkConnection.getBatchResult(String jobId,
String batchId,
ContentType contentType) |
JobInfo |
BulkConnection.getJobStatus(String jobId,
ContentType contentType) |
QueryResultList |
BulkConnection.getQueryResultList(String jobId,
String batchId,
ContentType contentType) |
void |
JobInfo.setContentType(ContentType contentType) |
JobInfo |
BulkConnection.updateJob(JobInfo job,
ContentType contentType) |
Copyright © 2020. All rights reserved.