Package com.mindee.product.resume
Class ResumeV1SocialNetworksUrl
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.resume.ResumeV1SocialNetworksUrl
-
- All Implemented Interfaces:
LineItemField
,PositionData
public class ResumeV1SocialNetworksUrl extends BaseField implements LineItemField
The list of social network profiles of the candidate.
-
-
Constructor Summary
Constructors Constructor Description ResumeV1SocialNetworksUrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
The name of the social network.String
getUrl()
The URL of the social network.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
-
getName
public String getName()
The name of the social network.
-
getUrl
public String getUrl()
The URL of the social network.
-
-