org.springframework.social.linkedin.api
Class Comment
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Comment
- All Implemented Interfaces:
- Serializable
public class Comment
- extends LinkedInObject
- implements Serializable
Model class representing a 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 |
Comment
public Comment(String comment,
String id,
LinkedInProfile person,
int sequenceNumber,
Date timestamp)
getComment
public String getComment()
getId
public String getId()
getPerson
public LinkedInProfile getPerson()
getSequenceNumber
public int getSequenceNumber()
getTimestamp
public Date getTimestamp()