facebook4j.internal.json
Class GroupMemberJSONImpl
java.lang.Object
facebook4j.internal.json.UserJSONImpl
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
| 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
isAdministrator
private java.lang.Boolean isAdministrator
GroupMemberJSONImpl
GroupMemberJSONImpl(HttpResponse res,
Configuration conf)
throws FacebookException
- Throws:
FacebookException
GroupMemberJSONImpl
GroupMemberJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
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