org.springframework.social.linkedin.api
Class PostComment

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by 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

Constructor Summary
PostComment(Date creationTimestamp, LinkedInProfile creator, String id, String text)
           
 
Method Summary
 Date getCreationTimestamp()
           
 LinkedInProfile getCreator()
           
 String getId()
           
 String getText()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostComment

public PostComment(Date creationTimestamp,
                   LinkedInProfile creator,
                   String id,
                   String text)
Method Detail

getCreationTimestamp

public Date getCreationTimestamp()

getCreator

public LinkedInProfile getCreator()

getId

public String getId()

getText

public String getText()