public class TrainingDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
SovrenDate |
EndDate
The date the training ended
|
String |
Entity
The name of the school or company where the training occurred.
|
List<String> |
Qualifications
Any text within the
Text that is recognized as a qualification (such as DDS),
degree (such as B.S.), or a certification (such as PMP). |
SovrenDate |
StartDate
The date the training started
|
String |
Text
The text that was found on the resume
|
| Constructor and Description |
|---|
TrainingDetails() |
public String Text
public String Entity
public List<String> Qualifications
Text that is recognized as a qualification (such as DDS),
degree (such as B.S.), or a certification (such as PMP). Each qualification is listed separately.public SovrenDate StartDate
public SovrenDate EndDate
Copyright © 2021. All rights reserved.