Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
void |
PostsResource.likePost(String post_id,
IsLiked isliked) |
void |
PeopleResource.likeUpdate(String update_key,
IsLiked isliked) |
Modifier and Type | Field and Description |
---|---|
protected IsLiked |
RelationToViewer.isLiked |
protected IsLiked |
Update.isLiked |
protected IsLiked |
OriginalUpdate.isLiked |
Modifier and Type | Method and Description |
---|---|
IsLiked |
ObjectFactory.createIsLiked()
Create an instance of
IsLiked |
IsLiked |
RelationToViewer.getIsLiked()
Gets the value of the isLiked property.
|
IsLiked |
Update.getIsLiked()
Gets the value of the isLiked property.
|
IsLiked |
OriginalUpdate.getIsLiked()
Gets the value of the isLiked property.
|
Modifier and Type | Method and Description |
---|---|
void |
RelationToViewer.setIsLiked(IsLiked value)
Sets the value of the isLiked property.
|
void |
Update.setIsLiked(IsLiked value)
Sets the value of the isLiked property.
|
void |
OriginalUpdate.setIsLiked(IsLiked value)
Sets the value of the isLiked property.
|
Apache Camel