org.springframework.social.twitter.api
Class SuggestionCategory

java.lang.Object
  extended by org.springframework.social.twitter.api.TwitterObject
      extended by org.springframework.social.twitter.api.SuggestionCategory

public class SuggestionCategory
extends TwitterObject

Represents a suggestion category; a category of users that Twitter may suggest that a user follow.


Constructor Summary
SuggestionCategory(String name, String slug, int size)
           
 
Method Summary
 String getName()
           
 int getSize()
           
 String getSlug()
           
 
Methods inherited from class org.springframework.social.twitter.api.TwitterObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestionCategory

public SuggestionCategory(String name,
                          String slug,
                          int size)
Method Detail

getName

public String getName()

getSlug

public String getSlug()

getSize

public int getSize()