| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.code.linkedinapi.client.enumeration.NetworkUpdateType | |
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NetworkUpdateType | ANSWER_UPDATE | A connection has answered a question posed on LinkedIn Answers. | |||||||||
| NetworkUpdateType | APPLICATION_UPDATE | An action that occurred in a partner application either by a connection or by an application itself. | |||||||||
| NetworkUpdateType | COMPANY_FOLLOW_UPDATE | A change to one of the companies the member is following. | |||||||||
| NetworkUpdateType | CONNECTION_UPDATE | These updates cover aspects of connections made on LinkedIn. | |||||||||
| NetworkUpdateType | EXTENDED_PROFILE_UPDATE | A connection has updated their extended profile, personal information such as phone number, IM account, and Twitter handle. | |||||||||
| NetworkUpdateType | GROUP_UPDATE | A connection has joined a group. | |||||||||
| NetworkUpdateType | JOB_UPDATE | A connection has posted a job posting on LinkedIn | |||||||||
| NetworkUpdateType | PICTURE_UPDATE | A connection has updated their profile picture. | |||||||||
| NetworkUpdateType | PROFILE_UPDATE | A connection has updated their profile. | |||||||||
| NetworkUpdateType | QUESTION_UPDATE | A connection has asked a question on LinkedIn Answers. | |||||||||
| NetworkUpdateType | RECOMMENDATION_UPDATE | A connection was recommended | |||||||||
| NetworkUpdateType | SHARED_ITEM | A connection has shared an update or link. | |||||||||
| NetworkUpdateType | STATUS_UPDATE |
This field is deprecated.
Use SHARED_ITEM
|
|||||||||
| NetworkUpdateType | VIRAL_UPDATE | A connection has commented on or liked another update. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldName | Field description | ||||||||||
| stringToEnum | Field Description. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Method description
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.client.enumeration.FieldEnum
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
A connection has answered a question posed on LinkedIn Answers.
An action that occurred in a partner application either by a connection or by an application itself. The contents of the update will be HTML entity encoded.
A change to one of the companies the member is following.
These updates cover aspects of connections made on LinkedIn. They cover both the user connecting and the user's connections making connections (second degree connections).
A connection has updated their extended profile, personal information such as phone number, IM account, and Twitter handle.
A connection has updated their profile picture.
A connection has updated their profile. This does not include picture updates, which are covered under PICT type.
A connection has asked a question on LinkedIn Answers.
A connection has commented on or liked another update.
Field description
| symbol |
|---|
Method description