org.springframework.social.linkedin.api
Class JobSearchParameters
java.lang.Object
org.springframework.social.linkedin.api.JobSearchParameters
- All Implemented Interfaces:
- Serializable
public class JobSearchParameters
- extends Object
- implements Serializable
Search parameters to search for jobs.
Null parameters will not be used as search criteria.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobSearchParameters
public JobSearchParameters()
JobSearchParameters
public JobSearchParameters(String keywords,
String companyName,
String jobTitle,
String countryCode,
String postalCode,
Integer distance,
int start,
int count,
JobSearchParameters.JobSearchSort sort)
getKeywords
public String getKeywords()
setKeywords
public void setKeywords(String keywords)
getCompanyName
public String getCompanyName()
setCompanyName
public void setCompanyName(String companyName)
getJobTitle
public String getJobTitle()
setJobTitle
public void setJobTitle(String jobTitle)
getCountryCode
public String getCountryCode()
setCountryCode
public void setCountryCode(String countryCode)
getPostalCode
public String getPostalCode()
setPostalCode
public void setPostalCode(String postalCode)
getDistance
public Integer getDistance()
setDistance
public void setDistance(Integer distance)
getStart
public int getStart()
setStart
public void setStart(int start)
getCount
public int getCount()
setCount
public void setCount(int count)
getSort
public JobSearchParameters.JobSearchSort getSort()
setSort
public void setSort(JobSearchParameters.JobSearchSort sort)