| Package | Description |
|---|---|
| org.apache.camel.component.linkedin.api | |
| org.apache.camel.component.linkedin.api.model |
| Modifier and Type | Method and Description |
|---|---|
Posts |
GroupsResource.getPosts(long group_id,
Long start,
Long count,
Order order,
PostCategoryCode category,
Long modified_since,
String fields) |
Posts |
PeopleResource.getPosts(long group_id,
Long start,
Long count,
Order order,
PostRole role,
PostCategoryCode category,
Long modified_since,
String fields) |
Posts |
PeopleResource.getSuggestedGroupPosts(long group_id,
Long start,
Long count,
Order order,
PostCategoryCode category,
Long modified_since,
String fields) |
| Modifier and Type | Field and Description |
|---|---|
protected Posts |
Group.posts |
| Modifier and Type | Method and Description |
|---|---|
Posts |
ObjectFactory.createPosts()
Create an instance of
Posts |
Posts |
Group.getPosts()
Gets the value of the posts property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setPosts(Posts value)
Sets the value of the posts property.
|
Apache Camel