facebook4j.internal.json
Class GroupMemberJSONImpl

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

final class GroupMemberJSONImpl
extends UserJSONImpl
implements GroupMember, java.io.Serializable


Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.User
User.Education, User.EducationClass, User.VideoUploadLimits, User.Work
 
Field Summary
private  java.lang.Boolean isAdministrator
           
private static long serialVersionUID
           
 
Fields inherited from interface facebook4j.User
BIRTHDAY_DATE_FORMAT
 
Constructor Summary
GroupMemberJSONImpl(HttpResponse res, Configuration conf)
           
GroupMemberJSONImpl(JSONObject json)
           
 
Method Summary
(package private) static ResponseList<GroupMember> createGroupMemberList(HttpResponse res, Configuration conf)
           
private  void init(JSONObject json)
           
 java.lang.Boolean isAdministrator()
           
 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

isAdministrator

private java.lang.Boolean isAdministrator
Constructor Detail

GroupMemberJSONImpl

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

GroupMemberJSONImpl

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

init

private void init(JSONObject json)
           throws FacebookException
Throws:
FacebookException

isAdministrator

public java.lang.Boolean isAdministrator()
Specified by:
isAdministrator in interface GroupMember

createGroupMemberList

static ResponseList<GroupMember> createGroupMemberList(HttpResponse res,
                                                       Configuration conf)
                                                throws FacebookException
Throws:
FacebookException

toString

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