Package | Description |
---|---|
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Field and Description |
---|---|
protected ProficiencyLevelType |
Proficiency.level |
Modifier and Type | Method and Description |
---|---|
static ProficiencyLevelType |
ProficiencyLevelType.fromValue(String v) |
ProficiencyLevelType |
Proficiency.getLevel()
Gets the value of the level property.
|
static ProficiencyLevelType |
ProficiencyLevelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProficiencyLevelType[] |
ProficiencyLevelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ProficiencyLevelType> |
ObjectFactory.createLevel(ProficiencyLevelType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ProficiencyLevelType> |
ObjectFactory.createLevel(ProficiencyLevelType value)
|
void |
Proficiency.setLevel(ProficiencyLevelType value)
Sets the value of the level property.
|
Apache Camel