Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
Company |
CompaniesResource.getCompanyById(long company_id,
String fields) |
Company |
CompaniesResource.getCompanyByName(String universal_name,
String fields) |
Modifier and Type | Method and Description |
---|---|
void |
PeopleResource.followCompany(Company company) |
Modifier and Type | Field and Description |
---|---|
protected Company |
UpdateContent.company |
protected Company |
Position.company |
protected Company |
OldPosition.company |
protected Company |
NewPosition.company |
protected Company |
Job.company |
Modifier and Type | Field and Description |
---|---|
protected List<Company> |
Companies.companyList |
Modifier and Type | Method and Description |
---|---|
Company |
ObjectFactory.createCompany()
Create an instance of
Company |
Company |
UpdateContent.getCompany()
Gets the value of the company property.
|
Company |
Position.getCompany()
Gets the value of the company property.
|
Company |
OldPosition.getCompany()
Gets the value of the company property.
|
Company |
NewPosition.getCompany()
Gets the value of the company property.
|
Company |
Job.getCompany()
Gets the value of the company property.
|
Modifier and Type | Method and Description |
---|---|
List<Company> |
Companies.getCompanyList()
Gets the value of the companyList property.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateContent.setCompany(Company value)
Sets the value of the company property.
|
void |
Position.setCompany(Company value)
Sets the value of the company property.
|
void |
OldPosition.setCompany(Company value)
Sets the value of the company property.
|
void |
NewPosition.setCompany(Company value)
Sets the value of the company property.
|
void |
Job.setCompany(Company value)
Sets the value of the company property.
|
Apache Camel