org.springframework.social.linkedin.api
Class Education
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.Education
- All Implemented Interfaces:
- Serializable
public class Education
- extends LinkedInObject
- implements Serializable
Model class representing education details for a Profile on LinkedIn
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Education
public Education(String activities,
String degree,
String fieldOfStudy,
String id,
String notes,
String schoolName,
LinkedInDate startDate,
LinkedInDate endDate)
getActivities
public String getActivities()
getDegree
public String getDegree()
getFieldOfStudy
public String getFieldOfStudy()
getId
public String getId()
getNotes
public String getNotes()
getSchoolName
public String getSchoolName()
getStartDate
public LinkedInDate getStartDate()
getEndDate
public LinkedInDate getEndDate()