Package | Description |
---|---|
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Field and Description |
---|---|
protected Action |
CompanyProfileUpdate.action |
protected Action |
CompanyJobUpdate.action |
protected Action |
UpdateAction.action |
protected Action |
CompanyPersonUpdate.action |
Modifier and Type | Field and Description |
---|---|
protected List<Action> |
AvailableActions.actionList |
Modifier and Type | Method and Description |
---|---|
Action |
ObjectFactory.createAction()
Create an instance of
Action |
Action |
CompanyProfileUpdate.getAction()
Gets the value of the action property.
|
Action |
CompanyJobUpdate.getAction()
Gets the value of the action property.
|
Action |
UpdateAction.getAction()
Gets the value of the action property.
|
Action |
CompanyPersonUpdate.getAction()
Gets the value of the action property.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
AvailableActions.getActionList()
Gets the value of the actionList property.
|
Modifier and Type | Method and Description |
---|---|
void |
CompanyProfileUpdate.setAction(Action value)
Sets the value of the action property.
|
void |
CompanyJobUpdate.setAction(Action value)
Sets the value of the action property.
|
void |
UpdateAction.setAction(Action value)
Sets the value of the action property.
|
void |
CompanyPersonUpdate.setAction(Action value)
Sets the value of the action property.
|
Apache Camel