org.springframework.social.linkedin.api
Class Group.GroupRelation

java.lang.Object
  extended by org.springframework.social.linkedin.api.Group.GroupRelation
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Group

public static class Group.GroupRelation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Group.GroupRelation(java.util.List<Group.GroupAvailableAction> availableActions, Group.MembershipState membershipState)
           
 
Method Summary
 java.util.List<Group.GroupAvailableAction> getAvailableActions()
           
 Group.MembershipState getMembershipState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group.GroupRelation

public Group.GroupRelation(java.util.List<Group.GroupAvailableAction> availableActions,
                           Group.MembershipState membershipState)
Method Detail

getAvailableActions

public java.util.List<Group.GroupAvailableAction> getAvailableActions()

getMembershipState

public Group.MembershipState getMembershipState()