facebook4j.internal.json
Class DomainJSONImpl
java.lang.Object
facebook4j.internal.json.FacebookResponseImpl
facebook4j.internal.json.IdNameJSONImpl
facebook4j.internal.json.DomainJSONImpl
- All Implemented Interfaces:
- Domain, FacebookResponse, IdName, java.io.Serializable
final class DomainJSONImpl
- extends IdNameJSONImpl
- implements Domain, 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
DomainJSONImpl
DomainJSONImpl(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
DomainJSONImpl
DomainJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
createDomainArray
static java.util.List<Domain> createDomainArray(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
toString
public java.lang.String toString()
- Overrides:
toString in class IdNameJSONImpl