facebook4j.internal.json
Class LikeJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.FacebookResponseImpl
      extended by facebook4j.internal.json.CategoryJSONImpl
          extended by facebook4j.internal.json.LikeJSONImpl
All Implemented Interfaces:
Category, FacebookResponse, Like, java.io.Serializable

final class LikeJSONImpl
extends CategoryJSONImpl
implements Like, 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.CategoryJSONImpl
category, createdTime, id, name
 
Constructor Summary
LikeJSONImpl(HttpResponse res, Configuration conf)
           
LikeJSONImpl(JSONObject json)
           
 
Method Summary
(package private) static ResponseList<Like> createLikeList(HttpResponse res, Configuration conf)
           
 java.lang.String toString()
           
 
Methods inherited from class facebook4j.internal.json.CategoryJSONImpl
equals, getCategory, getCreatedTime, 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.Category
getCategory, getCreatedTime, getId, getName
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Field Detail

serialVersionUID

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

LikeJSONImpl

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

LikeJSONImpl

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

createLikeList

static ResponseList<Like> createLikeList(HttpResponse res,
                                         Configuration conf)
                                  throws FacebookException
Throws:
FacebookException

toString

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