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.
|
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
The name of the skills subtaxonomy that this position was categorized as based on skills found in the job description.
|
String |
TaxonomyName
The name of the skills taxonomy that this position was categorized as based on skills found in the job description.
|
int |
TaxonomyPercentage
The percentage of this job described by the
TaxonomyName |
| 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
public String TaxonomyName
public String SubTaxonomyName
public String JobLevel
public int TaxonomyPercentage
TaxonomyNamepublic String Description
public List<Bullet> Bullets
Description (available when OutputFormat.CreateBullets = true is set in the Configuration string on the request)Copyright © 2021. All rights reserved.