| Package | Description |
|---|---|
| com.sforce.async | |
| com.sforce.bulk |
| Modifier and Type | Method and Description |
|---|---|
ConcurrencyMode |
JobInfo.getConcurrencyMode() |
static ConcurrencyMode |
ConcurrencyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConcurrencyMode[] |
ConcurrencyMode.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.concurrencyMode(ConcurrencyMode concurrencyMode) |
void |
JobInfo.setConcurrencyMode(ConcurrencyMode concurrencyMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStream.start(String object,
OperationEnum operation,
ConcurrencyMode concurrencyMode,
String[] fieldNames) |
Copyright © 2020. All rights reserved.