|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JobOperations
Operations on Linkedin Jobs API
| Method Summary | |
|---|---|
void |
bookmarkJob(int id)
Bookmark Job |
JobBookmarks |
getBookmarks(int start,
int count)
Get List of Bookmarked Jobs |
Job |
getJob(int id)
Retreive and Job by ID |
Jobs |
getSuggestions(int start,
int count)
Get suggested list of jobs |
Jobs |
searchJobs(JobSearchParameters parameters)
Search form Jobs |
void |
unbookmarkJob(int id)
Unbookmark Job |
| Method Detail |
|---|
Jobs searchJobs(JobSearchParameters parameters)
parameters - Various parameters that control behaviour of search
Job getJob(int id)
id - Numerical id of job
void bookmarkJob(int id)
id - void unbookmarkJob(int id)
id -
Jobs getSuggestions(int start,
int count)
start - First job to returncount - Number of jobs to return
JobBookmarks getBookmarks(int start,
int count)
start - First job to returncount - Number of jobs to return
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||