Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
Posts |
PeopleResource.getPosts(long group_id,
Long start,
Long count,
Order order,
PostRole role,
PostCategoryCode category,
Long modified_since,
String fields) |
Modifier and Type | Method and Description |
---|---|
static PostRole |
PostRole.fromValue(String v) |
static PostRole |
PostRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostRole[] |
PostRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<PostRole> |
ObjectFactory.createPostRole(PostRole value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<PostRole> |
ObjectFactory.createPostRole(PostRole value)
|
Apache Camel