spring-social-linkedin

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:
java.io.Serializable

public class JobPosition
extends LinkedInObject
implements java.io.Serializable

Details of position of a Job

Author:
Robert Drysdale
See Also:
Serialized Form

Constructor Summary
JobPosition(java.lang.String title, Location location)
           
 
Method Summary
 CodeAndName getExperienceLevel()
           
 java.util.List<CodeAndName> getIndustries()
           
 java.util.List<CodeAndName> getJobFunctions()
           
 CodeAndName getJobType()
           
 Location getLocation()
           
 java.lang.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(java.lang.String title,
                   Location location)
Method Detail

getTitle

public java.lang.String getTitle()

getLocation

public Location getLocation()

getExperienceLevel

public CodeAndName getExperienceLevel()

getIndustries

public java.util.List<CodeAndName> getIndustries()

getJobFunctions

public java.util.List<CodeAndName> getJobFunctions()

getJobType

public CodeAndName getJobType()

spring-social-linkedin