facebook4j.internal.json
Class UserJSONImpl.EducationClassJSONImpl
java.lang.Object
facebook4j.internal.json.UserJSONImpl.EducationClassJSONImpl
- All Implemented Interfaces:
- User.EducationClass, java.io.Serializable
- Enclosing class:
- UserJSONImpl
private final class UserJSONImpl.EducationClassJSONImpl
- extends java.lang.Object
- implements User.EducationClass, java.io.Serializable
| 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
with
private java.util.List<IdNameEntity> with
description
private java.lang.String description
UserJSONImpl.EducationClassJSONImpl
UserJSONImpl.EducationClassJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getWith
public java.util.List<IdNameEntity> getWith()
- Specified by:
getWith in interface User.EducationClass
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface User.EducationClass
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
getOuterType
private UserJSONImpl getOuterType()