twitter4j
Class CategoryJSONImpl

java.lang.Object
  extended by twitter4j.CategoryJSONImpl
All Implemented Interfaces:
java.io.Serializable, Category

public class CategoryJSONImpl
extends java.lang.Object
implements Category, java.io.Serializable

Since:
Twitter4J 2.1.1
Author:
Yusuke Yamamoto - yusuke at mac.com
See Also:
Serialized Form

Method Summary
static ResponseList<Category> createCategoriesList(twitter4j.internal.http.HttpResponse res)
           
static ResponseList<Category> createCategoriesList(twitter4j.internal.org.json.JSONArray array, twitter4j.internal.http.HttpResponse res)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getName()
           
 java.lang.String getSlug()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

createCategoriesList

public static ResponseList<Category> createCategoriesList(twitter4j.internal.http.HttpResponse res)
                                                   throws TwitterException
Throws:
TwitterException

createCategoriesList

public static ResponseList<Category> createCategoriesList(twitter4j.internal.org.json.JSONArray array,
                                                          twitter4j.internal.http.HttpResponse res)
                                                   throws TwitterException
Throws:
TwitterException

getName

public java.lang.String getName()
Specified by:
getName in interface Category

getSlug

public java.lang.String getSlug()
Specified by:
getSlug in interface Category

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.