Package | Description |
---|---|
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Field and Description |
---|---|
protected JobFunctionCode |
JobFunction.code |
Modifier and Type | Method and Description |
---|---|
static JobFunctionCode |
JobFunctionCode.fromValue(String v) |
JobFunctionCode |
JobFunction.getCode()
Gets the value of the code property.
|
static JobFunctionCode |
JobFunctionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobFunctionCode[] |
JobFunctionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobFunction.setCode(JobFunctionCode value)
Sets the value of the code property.
|
Apache Camel