Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
Likes |
CompaniesResource.getCompanyUpdateLikes(long company_id,
String update_key,
String fields,
Boolean secure_urls) |
Likes |
PeopleResource.getUpdateLikes(String update_key,
String fields,
Boolean secure_urls) |
Modifier and Type | Field and Description |
---|---|
protected Likes |
OriginalUpdate.likes |
protected Likes |
Post.likes |
protected Likes |
Recommendation.likes |
protected Likes |
Update.likes |
Modifier and Type | Method and Description |
---|---|
Likes |
ObjectFactory.createLikes()
Create an instance of
Likes |
Likes |
OriginalUpdate.getLikes()
Gets the value of the likes property.
|
Likes |
Post.getLikes()
Gets the value of the likes property.
|
Likes |
Recommendation.getLikes()
Gets the value of the likes property.
|
Likes |
Update.getLikes()
Gets the value of the likes property.
|
Modifier and Type | Method and Description |
---|---|
void |
OriginalUpdate.setLikes(Likes value)
Sets the value of the likes property.
|
void |
Post.setLikes(Likes value)
Sets the value of the likes property.
|
void |
Recommendation.setLikes(Likes value)
Sets the value of the likes property.
|
void |
Update.setLikes(Likes value)
Sets the value of the likes property.
|
Apache Camel