facebook4j.internal.json
Class FriendlistJSONImpl
java.lang.Object
facebook4j.internal.json.FacebookResponseImpl
facebook4j.internal.json.FriendlistJSONImpl
- All Implemented Interfaces:
- FacebookResponse, Friendlist, java.io.Serializable
final class FriendlistJSONImpl
- extends FacebookResponseImpl
- implements Friendlist, 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
id
private java.lang.String id
name
private java.lang.String name
listType
private java.lang.String listType
FriendlistJSONImpl
FriendlistJSONImpl(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
FriendlistJSONImpl
FriendlistJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
init
private void init(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getId
public java.lang.String getId()
- Specified by:
getId in interface Friendlist
getName
public java.lang.String getName()
- Specified by:
getName in interface Friendlist
getListType
public java.lang.String getListType()
- Specified by:
getListType in interface Friendlist
createFriendlistList
static ResponseList<Friendlist> createFriendlistList(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object