| Package | Description |
|---|---|
| org.apache.camel.component.salesforce.api.dto.bulkv2 |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrencyModeEnum |
JobBase.concurrencyMode |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrencyModeEnum |
ConcurrencyModeEnum.fromValue(String v) |
ConcurrencyModeEnum |
JobBase.getConcurrencyMode() |
static ConcurrencyModeEnum |
ConcurrencyModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrencyModeEnum[] |
ConcurrencyModeEnum.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.setConcurrencyMode(ConcurrencyModeEnum concurrencyMode) |
Apache Camel