org.springframework.social.linkedin.api
Class GroupSuggestions

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

public class GroupSuggestions
extends SearchResult

Model class representing group suggestions on LinkedIn

See Also:
Serialized Form

Constructor Summary
GroupSuggestions(int count, int start, int total)
           
 
Method Summary
 java.util.List<Group> getSuggestions()
           
 
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

GroupSuggestions

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

getSuggestions

public java.util.List<Group> getSuggestions()