Package | Description |
---|---|
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Field and Description |
---|---|
protected Author |
CurrentShare.author |
protected Author |
Answer.author |
protected Author |
Share.author |
protected Author |
Question.author |
Modifier and Type | Method and Description |
---|---|
Author |
ObjectFactory.createAuthor()
Create an instance of
Author |
Author |
CurrentShare.getAuthor()
Gets the value of the author property.
|
Author |
Answer.getAuthor()
Gets the value of the author property.
|
Author |
Share.getAuthor()
Gets the value of the author property.
|
Author |
Question.getAuthor()
Gets the value of the author property.
|
Modifier and Type | Method and Description |
---|---|
void |
CurrentShare.setAuthor(Author value)
Sets the value of the author property.
|
void |
Answer.setAuthor(Author value)
Sets the value of the author property.
|
void |
Share.setAuthor(Author value)
Sets the value of the author property.
|
void |
Question.setAuthor(Author value)
Sets the value of the author property.
|
Apache Camel