org.springframework.social.linkedin.api
Class GroupMemberships

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

public class GroupMemberships
extends SearchResult

Model class representing group memberships on LinkedIn

See Also:
Serialized Form

Constructor Summary
GroupMemberships(int count, int start, int total)
           
 
Method Summary
 java.util.List<GroupSettings> getMemberships()
           
 
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

GroupMemberships

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

getMemberships

public java.util.List<GroupSettings> getMemberships()