|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationEnum | |
|---|---|
| com.sforce.async | |
| com.sforce.bulk | |
| Uses of OperationEnum in com.sforce.async |
|---|
| Methods in com.sforce.async that return OperationEnum | |
|---|---|
OperationEnum |
JobInfo.getOperation()
|
static OperationEnum |
OperationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperationEnum[] |
OperationEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.sforce.async with parameters of type OperationEnum | |
|---|---|
JobInfo.Builder |
JobInfo.Builder.operation(OperationEnum operation)
|
void |
JobInfo.setOperation(OperationEnum operation)
|
| Uses of OperationEnum in com.sforce.bulk |
|---|
| Methods in com.sforce.bulk with parameters of type OperationEnum | |
|---|---|
void |
UpdateStream.start(String object,
OperationEnum operation,
ConcurrencyMode concurrencyMode,
String[] fieldNames)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||