org.springframework.social.linkedin.api
Class Group

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

public class Group
extends java.lang.Object
implements java.io.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(java.lang.Integer id, java.lang.String name)
           
 
Method Summary
 java.lang.Boolean getAllowMemberInvites()
           
 Group.GroupCategory getCategory()
           
 java.util.List<Group.GroupCount> getCountsByCategory()
           
 java.lang.String getDescription()
           
 java.lang.Integer getId()
           
 java.lang.String getLargeLogoUrl()
           
 java.lang.String getLocale()
           
 java.lang.String getName()
           
 Group.GroupPosts getPosts()
           
 Group.GroupRelation getRelationToViewer()
           
 java.lang.String getShortDescription()
           
 java.lang.String getSiteGroupUrl()
           
 java.lang.String getSmallLogoUrl()
           
 java.lang.String getWebsiteUrl()
           
 java.lang.Boolean isOpenToNonMembers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group(java.lang.Integer id,
             java.lang.String name)
Method Detail

getAllowMemberInvites

public java.lang.Boolean getAllowMemberInvites()

getCategory

public Group.GroupCategory getCategory()

getCountsByCategory

public java.util.List<Group.GroupCount> getCountsByCategory()

getDescription

public java.lang.String getDescription()

getId

public java.lang.Integer getId()

isOpenToNonMembers

public java.lang.Boolean isOpenToNonMembers()

getLargeLogoUrl

public java.lang.String getLargeLogoUrl()

getLocale

public java.lang.String getLocale()

getName

public java.lang.String getName()

getPosts

public Group.GroupPosts getPosts()

getRelationToViewer

public Group.GroupRelation getRelationToViewer()

getShortDescription

public java.lang.String getShortDescription()

getSiteGroupUrl

public java.lang.String getSiteGroupUrl()

getSmallLogoUrl

public java.lang.String getSmallLogoUrl()

getWebsiteUrl

public java.lang.String getWebsiteUrl()