org.springframework.social.linkedin.api
Class Comments

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Comments
All Implemented Interfaces:
Serializable

public class Comments
extends LinkedInObject
implements Serializable

Model class representing a list of comments

See Also:
Serialized Form

Constructor Summary
Comments(List<Comment> comments)
           
 
Method Summary
 List<Comment> getComments()
           
 
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

Comments

public Comments(List<Comment> comments)
Method Detail

getComments

public List<Comment> getComments()