facebook4j.internal.json
Class InterestJSONImpl
java.lang.Object
facebook4j.internal.json.FacebookResponseImpl
facebook4j.internal.json.CategoryJSONImpl
facebook4j.internal.json.InterestJSONImpl
- All Implemented Interfaces:
- Category, FacebookResponse, Interest, java.io.Serializable
final class InterestJSONImpl
- extends CategoryJSONImpl
- implements Interest, java.io.Serializable
- Author:
- Ryuji Yamashita - roundrop at gmail.com
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
InterestJSONImpl
InterestJSONImpl(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
InterestJSONImpl
InterestJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
createInterestList
static ResponseList<Interest> createInterestList(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
toString
public java.lang.String toString()
- Overrides:
toString in class CategoryJSONImpl