| Package | Description |
|---|---|
| org.apache.camel.component.salesforce.api.dto.bulkv2 |
| Modifier and Type | Method and Description |
|---|---|
static OperationEnum |
OperationEnum.fromValue(String v) |
OperationEnum |
QueryJob.getOperation() |
OperationEnum |
Job.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryJob.setOperation(OperationEnum operation) |
void |
Job.setOperation(OperationEnum operation) |
Apache Camel