org.springframework.social.linkedin.api
Class JobPosition
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.JobPosition
- All Implemented Interfaces:
- Serializable
public class JobPosition
- extends LinkedInObject
- implements Serializable
Details of position of a Job
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobPosition
public JobPosition(String title,
Location location)
getTitle
public String getTitle()
getLocation
public Location getLocation()
getExperienceLevel
public CodeAndName getExperienceLevel()
getIndustries
public List<CodeAndName> getIndustries()
getJobFunctions
public List<CodeAndName> getJobFunctions()
getJobType
public CodeAndName getJobType()