| Package | Description |
|---|---|
| org.apache.camel.component.linkedin.api | |
| org.apache.camel.component.linkedin.api.model |
| Modifier and Type | Method and Description |
|---|---|
Job |
JobsResource.getJob(long job_id,
String fields) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobsResource.addJob(Job job) |
void |
JobsResource.editJob(long partner_job_id,
Job job) |
| Modifier and Type | Field and Description |
|---|---|
protected Job |
JobBookmark.job |
protected Job |
UpdateContent.job |
protected Job |
CompanyJobUpdate.job |
| Modifier and Type | Field and Description |
|---|---|
protected List<Job> |
Jobs.jobList |
| Modifier and Type | Method and Description |
|---|---|
Job |
ObjectFactory.createJob()
Create an instance of
Job |
Job |
JobBookmark.getJob()
Gets the value of the job property.
|
Job |
UpdateContent.getJob()
Gets the value of the job property.
|
Job |
CompanyJobUpdate.getJob()
Gets the value of the job property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
Jobs.getJobList()
Gets the value of the jobList property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobBookmark.setJob(Job value)
Sets the value of the job property.
|
void |
UpdateContent.setJob(Job value)
Sets the value of the job property.
|
void |
CompanyJobUpdate.setJob(Job value)
Sets the value of the job property.
|
Apache Camel