facebook4j.internal.json
Class FamilyJSONImpl
java.lang.Object
facebook4j.internal.json.UserJSONImpl
facebook4j.internal.json.FamilyJSONImpl
- All Implemented Interfaces:
- Family, User, java.io.Serializable, java.lang.Comparable<User>
final class FamilyJSONImpl
- extends UserJSONImpl
- implements Family, java.io.Serializable
- Author:
- Ryuji Yamashita - roundrop at gmail.com
| Methods inherited from class facebook4j.internal.json.UserJSONImpl |
compareTo, createUserArray, createUserList, equals, getBio, getBirthday, getCover, getEducation, getEmail, getFavoriteAthletes, getFavoriteTeams, getFirstName, getGender, getHometown, getId, getInterestedIn, getLanguages, getLastName, getLink, getLocale, getLocation, getMiddleName, getName, getPicture, getPolitical, getQuotes, getRelationshipStatus, getReligion, getSignificantOther, getThirdPartyId, getTimezone, getUpdatedTime, getUsername, getVideoUploadLimits, getWebsite, getWork, hashCode, isInstalled, isVerified |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface facebook4j.User |
getBio, getBirthday, getCover, getEducation, getEmail, getFavoriteAthletes, getFavoriteTeams, getFirstName, getGender, getHometown, getId, getInterestedIn, getLanguages, getLastName, getLink, getLocale, getLocation, getMiddleName, getName, getPicture, getPolitical, getQuotes, getRelationshipStatus, getReligion, getSignificantOther, getThirdPartyId, getTimezone, getUpdatedTime, getUsername, getVideoUploadLimits, getWebsite, getWork, isInstalled, isVerified |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
relationship
private java.lang.String relationship
FamilyJSONImpl
FamilyJSONImpl(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
FamilyJSONImpl
FamilyJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
init
private void init(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getRelationship
public java.lang.String getRelationship()
- Specified by:
getRelationship in interface Family
createFamilyList
static ResponseList<Family> createFamilyList(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
toString
public java.lang.String toString()
- Overrides:
toString in class UserJSONImpl