org.springframework.social.linkedin.api
Class PostComments
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.SearchResult
org.springframework.social.linkedin.api.PostComments
- All Implemented Interfaces:
- Serializable
public class PostComments
- extends SearchResult
Structure which contains list of post comments inside
- See Also:
- Serialized Form
|
Constructor Summary |
PostComments(int count,
int start,
int total)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostComments
public PostComments(int count,
int start,
int total)
getComments
public List<PostComment> getComments()