Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
Connections |
PeopleResource.getConnections(String fields,
Boolean secure_urls) |
Connections |
PeopleResource.getConnectionsById(String person_id,
String fields,
Boolean secure_urls) |
Connections |
PeopleResource.getConnectionsByUrl(String public_profile_url,
String fields,
Boolean secure_urls) |
Modifier and Type | Field and Description |
---|---|
protected Connections |
Person.connections |
Modifier and Type | Method and Description |
---|---|
Connections |
ObjectFactory.createConnections()
Create an instance of
Connections |
Connections |
Person.getConnections()
Gets the value of the connections property.
|
Modifier and Type | Method and Description |
---|---|
void |
Person.setConnections(Connections value)
Sets the value of the connections property.
|
Apache Camel