org.springframework.social.linkedin.api
Class MemberGroup
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.MemberGroup
- All Implemented Interfaces:
- Serializable
public class MemberGroup
- extends LinkedInObject
- implements Serializable
Model class representing a Member Group.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemberGroup
public MemberGroup(String id,
String name,
UrlResource siteGroupRequest)
getId
public String getId()
getName
public String getName()
getSiteGroupRequest
public UrlResource getSiteGroupRequest()