Package com.mindee.product.resume
Class ResumeV1Certificate
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.resume.ResumeV1Certificate
-
- All Implemented Interfaces:
LineItemField
,PositionData
public class ResumeV1Certificate extends BaseField implements LineItemField
The list of certificates obtained by the candidate.
-
-
Constructor Summary
Constructors Constructor Description ResumeV1Certificate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGrade()
The grade obtained for the certificate.String
getName()
The name of certification.String
getProvider()
The organization or institution that issued the certificate.String
getYear()
The year when a certificate was issued or received.boolean
isEmpty()
String
toString()
String
toTableLine()
Output the line in a format suitable for inclusion in an rST table.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLine
in interfaceLineItemField
-
getGrade
public String getGrade()
The grade obtained for the certificate.
-
getName
public String getName()
The name of certification.
-
getProvider
public String getProvider()
The organization or institution that issued the certificate.
-
getYear
public String getYear()
The year when a certificate was issued or received.
-
-