facebook4j.internal.json
Class GameJSONImpl
java.lang.Object
facebook4j.internal.json.FacebookResponseImpl
facebook4j.internal.json.CategoryJSONImpl
facebook4j.internal.json.GameJSONImpl
- All Implemented Interfaces:
- Category, FacebookResponse, Game, java.io.Serializable
final class GameJSONImpl
- extends CategoryJSONImpl
- implements Game, 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
GameJSONImpl
GameJSONImpl(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
GameJSONImpl
GameJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
createGameList
static ResponseList<Game> createGameList(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
toString
public java.lang.String toString()
- Overrides:
toString in class CategoryJSONImpl