facebook4j.internal.json
Class SubscribedtoJSONImpl

java.lang.Object
  extended by facebook4j.internal.json.UserJSONImpl
      extended by facebook4j.internal.json.SubscribedtoJSONImpl
All Implemented Interfaces:
Subscribedto, User, java.io.Serializable, java.lang.Comparable<User>

final class SubscribedtoJSONImpl
extends UserJSONImpl
implements Subscribedto, java.io.Serializable

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.User
User.Education, User.EducationClass, User.VideoUploadLimits, User.Work
 
Field Summary
private static long serialVersionUID
           
 
Fields inherited from interface facebook4j.User
BIRTHDAY_DATE_FORMAT
 
Constructor Summary
SubscribedtoJSONImpl(HttpResponse res, Configuration conf)
           
SubscribedtoJSONImpl(JSONObject json)
           
 
Method Summary
(package private) static ResponseList<Subscribedto> createSubscribedtoList(HttpResponse res, Configuration conf)
           
 java.lang.String toString()
           
 
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
 

Field Detail

serialVersionUID

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

SubscribedtoJSONImpl

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

SubscribedtoJSONImpl

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

createSubscribedtoList

static ResponseList<Subscribedto> createSubscribedtoList(HttpResponse res,
                                                         Configuration conf)
                                                  throws FacebookException
Throws:
FacebookException

toString

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