facebook4j.internal.json
Class DomainJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.FacebookResponseImpl
      extended by facebook4j.internal.json.IdNameJSONImpl
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Field Summary
private static long serialVersionUID
           
 
Fields inherited from class facebook4j.internal.json.IdNameJSONImpl
id, name
 
Constructor Summary
DomainJSONImpl(HttpResponse res, Configuration conf)
           
DomainJSONImpl(JSONObject json)
           
 
Method Summary
(package private) static java.util.List<Domain> createDomainArray(HttpResponse res, Configuration conf)
           
 java.lang.String toString()
           
 
Methods inherited from class facebook4j.internal.json.IdNameJSONImpl
equals, getId, getName, hashCode
 
Methods inherited from class facebook4j.internal.json.FacebookResponseImpl
getMetadata
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface facebook4j.IdName
getId, getName
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DomainJSONImpl

DomainJSONImpl(HttpResponse res,
               Configuration conf)
         throws FacebookException
Throws:
FacebookException

DomainJSONImpl

DomainJSONImpl(JSONObject json)
         throws FacebookException
Throws:
FacebookException
Method Detail

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