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