org.springframework.social.linkedin.api
Class PostComment
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.PostComment
- All Implemented Interfaces:
- Serializable
public class PostComment
- extends LinkedInObject
- implements Serializable
Comment on an object such as a post or update
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostComment
public PostComment(Date creationTimestamp,
LinkedInProfile creator,
String id,
String text)
getCreationTimestamp
public Date getCreationTimestamp()
getCreator
public LinkedInProfile getCreator()
getId
public String getId()
getText
public String getText()