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 OperationEnum |
JobInfo.operation |
Modifier and Type | Method and Description |
---|---|
static OperationEnum |
OperationEnum.fromValue(String v) |
OperationEnum |
JobInfo.getOperation()
Gets the value of the operation property.
|
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 |
JobInfo.setOperation(OperationEnum value)
Sets the value of the operation property.
|
Apache Camel