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 | Method and Description |
---|---|
static Order |
Order.fromValue(String v) |
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Order> |
ObjectFactory.createOrder(Order value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Order> |
ObjectFactory.createOrder(Order value)
|
Apache Camel