Package | Description |
---|---|
org.apache.camel.component.salesforce.api.dto.bulk |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrencyModeEnum |
JobInfo.concurrencyMode |
Modifier and Type | Method and Description |
---|---|
static ConcurrencyModeEnum |
ConcurrencyModeEnum.fromValue(String v) |
ConcurrencyModeEnum |
JobInfo.getConcurrencyMode()
Gets the value of the concurrencyMode property.
|
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 |
JobInfo.setConcurrencyMode(ConcurrencyModeEnum value)
Sets the value of the concurrencyMode property.
|
Apache Camel