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

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

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

See Also:
Serialized Form

Constructor Summary
Group.GroupCount(Post.PostCategory category, java.lang.Integer count)
           
 
Method Summary
 Post.PostCategory getCategory()
           
 java.lang.Integer getCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group.GroupCount

public Group.GroupCount(Post.PostCategory category,
                        java.lang.Integer count)
Method Detail

getCategory

public Post.PostCategory getCategory()

getCount

public java.lang.Integer getCount()