facebook4j.internal.json
Class UserJSONImpl.EducationJSONImpl
java.lang.Object
facebook4j.internal.json.UserJSONImpl.EducationJSONImpl
- All Implemented Interfaces:
- User.Education, java.io.Serializable
- Enclosing class:
- UserJSONImpl
private final class UserJSONImpl.EducationJSONImpl
- extends java.lang.Object
- implements User.Education, 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
year
private IdNameEntity year
type
private java.lang.String type
school
private IdNameEntity school
degree
private IdNameEntity degree
concentration
private java.util.List<IdNameEntity> concentration
classes
private java.util.List<User.EducationClass> classes
with
private java.util.List<IdNameEntity> with
UserJSONImpl.EducationJSONImpl
UserJSONImpl.EducationJSONImpl(JSONObject json)
throws FacebookException
- Throws:
FacebookException
getYear
public IdNameEntity getYear()
- Specified by:
getYear in interface User.Education
getType
public java.lang.String getType()
- Specified by:
getType in interface User.Education
getSchool
public IdNameEntity getSchool()
- Specified by:
getSchool in interface User.Education
getDegree
public IdNameEntity getDegree()
- Specified by:
getDegree in interface User.Education
getConcentration
public java.util.List<IdNameEntity> getConcentration()
- Specified by:
getConcentration in interface User.Education
getClasses
public java.util.List<User.EducationClass> getClasses()
- Specified by:
getClasses in interface User.Education
getWith
public java.util.List<IdNameEntity> getWith()
- Specified by:
getWith in interface User.Education
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