org.springframework.social.linkedin.api
Class Comments

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

public class Comments
extends java.lang.Object
implements java.io.Serializable

Model class representing a list of comments

See Also:
Serialized Form

Constructor Summary
Comments(java.util.List<Comment> comments)
           
 
Method Summary
 java.util.List<Comment> getComments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comments

public Comments(java.util.List<Comment> comments)
Method Detail

getComments

public java.util.List<Comment> getComments()