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