Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
Updates |
CompaniesResource.getCompanyUpdates(long company_id,
String fields,
EventType event_type,
Long start,
Long count) |
Updates |
PeopleResource.getNetworkUpdates(String scope,
NetworkUpdateReturnType type,
Long count,
Long start,
Long after,
Long before,
Boolean show_hidden_members,
String fields,
Boolean secure_urls) |
Updates |
PeopleResource.getNetworkUpdatesById(String scope,
NetworkUpdateReturnType type,
Long count,
Long start,
Long after,
Long before,
Boolean show_hidden_members,
String person_id,
String fields,
Boolean secure_urls) |
Modifier and Type | Field and Description |
---|---|
protected Updates |
Network.updates |
Modifier and Type | Method and Description |
---|---|
Updates |
ObjectFactory.createUpdates()
Create an instance of
Updates |
Updates |
Network.getUpdates()
Gets the value of the updates property.
|
Modifier and Type | Method and Description |
---|---|
void |
Network.setUpdates(Updates value)
Sets the value of the updates property.
|
Apache Camel