org.springframework.social.linkedin.api
Class Group
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Group
- All Implemented Interfaces:
- Serializable
public class Group
- extends LinkedInObject
- implements Serializable
Model class representing a group on LinkedIn
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group(Integer id,
String name)
getAllowMemberInvites
public Boolean getAllowMemberInvites()
getCategory
public Group.GroupCategory getCategory()
getCountsByCategory
public List<Group.GroupCount> getCountsByCategory()
getDescription
public String getDescription()
getId
public Integer getId()
isOpenToNonMembers
public Boolean isOpenToNonMembers()
getLargeLogoUrl
public String getLargeLogoUrl()
getLocale
public String getLocale()
getName
public String getName()
getPosts
public Group.GroupPosts getPosts()
getRelationToViewer
public Group.GroupRelation getRelationToViewer()
getShortDescription
public String getShortDescription()
getSiteGroupUrl
public String getSiteGroupUrl()
getSmallLogoUrl
public String getSmallLogoUrl()
getWebsiteUrl
public String getWebsiteUrl()