Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
JobSearch |
SearchResource.searchJobs(String fields,
String keywords,
String company_name,
String job_title,
String country_code,
String postal_code,
Distance distance,
String facet,
String facets,
Long start,
Long count,
String sort) |
PeopleSearch |
SearchResource.searchPeople(String fields,
String keywords,
String first_name,
String last_name,
String company_name,
String current_company,
String title,
String current_title,
String school_name,
String current_school,
String country_code,
String postal_code,
Distance distance,
String facet,
String facets,
Long start,
Long count,
String sort) |
Modifier and Type | Field and Description |
---|---|
protected Distance |
RelationToViewer.distance |
protected Distance |
Person.distance |
Modifier and Type | Method and Description |
---|---|
Distance |
ObjectFactory.createDistance()
Create an instance of
Distance |
Distance |
RelationToViewer.getDistance()
Gets the value of the distance property.
|
Distance |
Person.getDistance()
Gets the value of the distance property.
|
Modifier and Type | Method and Description |
---|---|
void |
RelationToViewer.setDistance(Distance value)
Sets the value of the distance property.
|
void |
Person.setDistance(Distance value)
Sets the value of the distance property.
|
Apache Camel