org.springframework.social.linkedin.api
Class Group

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by 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

Nested Class Summary
static class Group.GroupAvailableAction
           
static class Group.GroupCategory
           
static class Group.GroupCount
           
static class Group.GroupPosts
           
static class Group.GroupRelation
           
static class Group.MembershipState
           
 
Constructor Summary
Group(Integer id, String name)
           
 
Method Summary
 Boolean getAllowMemberInvites()
           
 Group.GroupCategory getCategory()
           
 List<Group.GroupCount> getCountsByCategory()
           
 String getDescription()
           
 Integer getId()
           
 String getLargeLogoUrl()
           
 String getLocale()
           
 String getName()
           
 Group.GroupPosts getPosts()
           
 Group.GroupRelation getRelationToViewer()
           
 String getShortDescription()
           
 String getSiteGroupUrl()
           
 String getSmallLogoUrl()
           
 String getWebsiteUrl()
           
 Boolean isOpenToNonMembers()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group(Integer id,
             String name)
Method Detail

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()