public class Position extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Bullet> |
Bullets
Bullet points found in the
Description (available when OutputFormat.CreateBullets = true is set in the Configuration string on the request) |
String |
Description
The job description
|
Employer |
Employer
The employer/company for this position.
|
SovrenDate |
EndDate
The end date listed for this position
|
String |
Id
The id of this position (one-based, so POS-1 is the first, etc)
|
boolean |
IsCurrent
true if the job/position is listed as current on the resume |
boolean |
IsSelfEmployed
true if the candidate was self-employed at this job/position |
String |
JobLevel
The level determined by length of experience and job titles.
|
JobTitle |
JobTitle
The job title for this position/job
|
String |
JobType
The type of job.
|
ParsingNormalizedProfession |
NormalizedProfession
Normalized profession of the
JobTitle |
SovrenPrimitive<Integer> |
NumberEmployeesSupervised
How many employees were supervised in this position/job
|
List<String> |
RelatedToByCompanyName
|
List<String> |
RelatedToByDates
|
SovrenDate |
StartDate
The start date listed for this position
|
String |
SubTaxonomyName
Deprecated.
use
NormalizedProfession instead |
String |
TaxonomyName
Deprecated.
use
NormalizedProfession instead |
int |
TaxonomyPercentage
Deprecated.
use
NormalizedProfession instead |
| Constructor and Description |
|---|
Position() |
public String Id
public Employer Employer
public boolean IsSelfEmployed
true if the candidate was self-employed at this job/positionpublic boolean IsCurrent
true if the job/position is listed as current on the resumepublic JobTitle JobTitle
public SovrenDate StartDate
public SovrenDate EndDate
public SovrenPrimitive<Integer> NumberEmployeesSupervised
public String JobType
@Deprecated public String TaxonomyName
NormalizedProfession instead@Deprecated public String SubTaxonomyName
NormalizedProfession insteadpublic String JobLevel
@Deprecated public int TaxonomyPercentage
NormalizedProfession insteadTaxonomyNamepublic String Description
public List<Bullet> Bullets
Description (available when OutputFormat.CreateBullets = true is set in the Configuration string on the request)public ParsingNormalizedProfession NormalizedProfession
JobTitleCopyright © 2023. All rights reserved.