Package | Description |
---|---|
org.apache.camel.component.linkedin.api | |
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Method and Description |
---|---|
Person |
PeopleResource.getPerson(String fields,
Boolean secure_urls) |
Person |
PeopleResource.getPersonById(String person_id,
String fields,
Boolean secure_urls) |
Person |
PeopleResource.getPersonByUrl(String public_profile_url,
String fields,
Boolean secure_urls) |
Modifier and Type | Field and Description |
---|---|
protected Person |
Like.person |
protected Person |
CompanyPersonUpdate.person |
protected Person |
PublicationAuthor.person |
protected Person |
Inventor.person |
protected Person |
GroupMembership.person |
protected Person |
Recipient.person |
protected Person |
UpdateContent.person |
protected Person |
UpdateComment.person |
Modifier and Type | Field and Description |
---|---|
protected List<Person> |
Connections.personList |
protected List<Person> |
SalesPersons.personList |
protected List<Person> |
RelatedConnections.personList |
protected List<Person> |
People.personList |
Modifier and Type | Method and Description |
---|---|
Person |
ObjectFactory.createPerson()
Create an instance of
Person |
Person |
Like.getPerson()
Gets the value of the person property.
|
Person |
CompanyPersonUpdate.getPerson()
Gets the value of the person property.
|
Person |
PublicationAuthor.getPerson()
Gets the value of the person property.
|
Person |
Inventor.getPerson()
Gets the value of the person property.
|
Person |
GroupMembership.getPerson()
Gets the value of the person property.
|
Person |
Recipient.getPerson()
Gets the value of the person property.
|
Person |
UpdateContent.getPerson()
Gets the value of the person property.
|
Person |
UpdateComment.getPerson()
Gets the value of the person property.
|
Modifier and Type | Method and Description |
---|---|
List<Person> |
Connections.getPersonList()
Gets the value of the personList property.
|
List<Person> |
SalesPersons.getPersonList()
Gets the value of the personList property.
|
List<Person> |
RelatedConnections.getPersonList()
Gets the value of the personList property.
|
List<Person> |
People.getPersonList()
Gets the value of the personList property.
|
Modifier and Type | Method and Description |
---|---|
void |
Like.setPerson(Person value)
Sets the value of the person property.
|
void |
CompanyPersonUpdate.setPerson(Person value)
Sets the value of the person property.
|
void |
PublicationAuthor.setPerson(Person value)
Sets the value of the person property.
|
void |
Inventor.setPerson(Person value)
Sets the value of the person property.
|
void |
GroupMembership.setPerson(Person value)
Sets the value of the person property.
|
void |
Recipient.setPerson(Person value)
Sets the value of the person property.
|
void |
UpdateContent.setPerson(Person value)
Sets the value of the person property.
|
void |
UpdateComment.setPerson(Person value)
Sets the value of the person property.
|
Apache Camel