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