org.springframework.social.linkedin.api
Class JobPosition

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by 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

Constructor Summary
JobPosition(String title, Location location)
           
 
Method Summary
 CodeAndName getExperienceLevel()
           
 List<CodeAndName> getIndustries()
           
 List<CodeAndName> getJobFunctions()
           
 CodeAndName getJobType()
           
 Location getLocation()
           
 String getTitle()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobPosition

public JobPosition(String title,
                   Location location)
Method Detail

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()