Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
void |
PostsResource.flagCategory(String post_id,
PostCategoryCode postcategorycode) |
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 PostCategoryCode |
Category.code |
Modifier and Type | Method and Description |
---|---|
static PostCategoryCode |
PostCategoryCode.fromValue(String v) |
PostCategoryCode |
Category.getCode()
Gets the value of the code property.
|
static PostCategoryCode |
PostCategoryCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostCategoryCode[] |
PostCategoryCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Category.setCode(PostCategoryCode value)
Sets the value of the code property.
|
Apache Camel