org.springframework.social.facebook.api
Class WorkEntry
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.WorkEntry
- All Implemented Interfaces:
- Serializable
public class WorkEntry
- extends FacebookObject
- implements Serializable
Model class representing an entry in the user's work history.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkEntry
public WorkEntry(Reference employer,
String startDate,
String endDate)
getEmployer
public Reference getEmployer()
getStartDate
public String getStartDate()
getEndDate
public String getEndDate()