Package | Description |
---|---|
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Field and Description |
---|---|
protected Position |
Job.position |
Modifier and Type | Field and Description |
---|---|
protected List<Position> |
Positions.positionList |
protected List<Position> |
ThreePastPositions.positionList |
protected List<Position> |
ThreeCurrentPositions.positionList |
Modifier and Type | Method and Description |
---|---|
Position |
ObjectFactory.createPosition()
Create an instance of
Position |
Position |
Job.getPosition()
Gets the value of the position property.
|
Modifier and Type | Method and Description |
---|---|
List<Position> |
Positions.getPositionList()
Gets the value of the positionList property.
|
List<Position> |
ThreePastPositions.getPositionList()
Gets the value of the positionList property.
|
List<Position> |
ThreeCurrentPositions.getPositionList()
Gets the value of the positionList property.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setPosition(Position value)
Sets the value of the position property.
|
Apache Camel