| Package | Description |
|---|---|
| org.apache.camel.component.salesforce.api.dto.bulkv2 | |
| org.apache.camel.component.salesforce.internal.client |
| Modifier and Type | Field and Description |
|---|---|
protected JobStateEnum |
JobBase.state |
| Modifier and Type | Method and Description |
|---|---|
static JobStateEnum |
JobStateEnum.fromValue(String v) |
JobStateEnum |
JobBase.getState() |
static JobStateEnum |
JobStateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStateEnum[] |
JobStateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobBase.setState(JobStateEnum state) |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkApiV2Client.changeJobState(String jobId,
JobStateEnum state,
Map<String,List<String>> headers,
BulkApiV2Client.JobResponseCallback callback) |
void |
DefaultBulkApiV2Client.changeJobState(String jobId,
JobStateEnum state,
Map<String,List<String>> headers,
BulkApiV2Client.JobResponseCallback callback) |
void |
BulkApiV2Client.changeQueryJobState(String jobId,
JobStateEnum state,
Map<String,List<String>> headers,
BulkApiV2Client.QueryJobResponseCallback callback) |
void |
DefaultBulkApiV2Client.changeQueryJobState(String jobId,
JobStateEnum state,
Map<String,List<String>> headers,
BulkApiV2Client.QueryJobResponseCallback callback) |
Apache Camel