org.springframework.social.facebook.api
Class EducationEntry
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.EducationEntry
- All Implemented Interfaces:
- Serializable
public class EducationEntry
- extends FacebookObject
- implements Serializable
Model class representing an entry in a user's education history.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EducationEntry
public EducationEntry(Reference school,
Reference year,
List<Reference> concentration,
String type)
getSchool
public Reference getSchool()
getYear
public Reference getYear()
getConcentration
public List<Reference> getConcentration()
getType
public String getType()