Package | Description |
---|---|
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Field and Description |
---|---|
protected Location |
Position.location |
protected Location |
Person.location |
Modifier and Type | Field and Description |
---|---|
protected List<Location> |
Locations.locationList |
Modifier and Type | Method and Description |
---|---|
Location |
ObjectFactory.createLocation()
Create an instance of
Location |
Location |
Position.getLocation()
Gets the value of the location property.
|
Location |
Person.getLocation()
Gets the value of the location property.
|
Modifier and Type | Method and Description |
---|---|
List<Location> |
Locations.getLocationList()
Gets the value of the locationList property.
|
Modifier and Type | Method and Description |
---|---|
void |
Position.setLocation(Location value)
Sets the value of the location property.
|
void |
Person.setLocation(Location value)
Sets the value of the location property.
|
Apache Camel