public class EducationDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
Degree |
Degree
The degree obtained (or worked toward)
|
TxDate |
EndDate
The date graduated or education ended
|
GradePointAverage |
GPA
The GPA/marks listed on the resume
|
TxPrimitive<Boolean> |
Graduated
Whether or not the candidate graduated
|
String |
Id
The id of this education entry (one-based, so EDU-1 is the first, etc)
|
TxDate |
LastEducationDate
Deprecated.
use
EndDate instead |
Location |
Location
The Country/Region/City of the school, if found
|
List<String> |
Majors
Any majors/areas of major focus
|
List<String> |
Minors
Any minors/areas of minor focus
|
NormalizedString |
SchoolName
The name of the school attended
|
String |
SchoolType
The type of the school attended.
|
TxDate |
StartDate
The date education started
|
String |
Text
The raw text from the resume
|
| Constructor and Description |
|---|
EducationDetails() |
public String Id
public String Text
public NormalizedString SchoolName
public String SchoolType
public Location Location
public Degree Degree
public GradePointAverage GPA
public TxDate LastEducationDate
EndDate insteadpublic TxDate StartDate
public TxDate EndDate
public TxPrimitive<Boolean> Graduated
Copyright © 2024. All rights reserved.