Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
UpdateComments |
CompaniesResource.getCompanyUpdateComments(long company_id,
String update_key,
String fields,
Boolean secure_urls) |
UpdateComments |
PeopleResource.getUpdateComments(String update_key,
String fields,
Boolean secure_urls) |
Modifier and Type | Field and Description |
---|---|
protected UpdateComments |
OriginalUpdate.updateComments |
protected UpdateComments |
Update.updateComments |
Modifier and Type | Method and Description |
---|---|
UpdateComments |
ObjectFactory.createUpdateComments()
Create an instance of
UpdateComments |
UpdateComments |
OriginalUpdate.getUpdateComments()
Gets the value of the updateComments property.
|
UpdateComments |
Update.getUpdateComments()
Gets the value of the updateComments property.
|
Modifier and Type | Method and Description |
---|---|
void |
OriginalUpdate.setUpdateComments(UpdateComments value)
Sets the value of the updateComments property.
|
void |
Update.setUpdateComments(UpdateComments value)
Sets the value of the updateComments property.
|
Apache Camel