org.springframework.social.linkedin.api
Class PostComments

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

public class PostComments
extends SearchResult

Structure which contains list of post comments inside

See Also:
Serialized Form

Constructor Summary
PostComments(int count, int start, int total)
           
 
Method Summary
 java.util.List<PostComment> getComments()
           
 
Methods inherited from class org.springframework.social.linkedin.api.SearchResult
getCount, getStart, getTotal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostComments

public PostComments(int count,
                    int start,
                    int total)
Method Detail

getComments

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