public final enum

NetworkUpdateType

extends Enum<E extends Enum<E>>
implements FieldEnum
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.code.linkedinapi.client.enumeration.NetworkUpdateType

Summary

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
private final String fieldName Field description
private static final Map<String, NetworkUpdateType> stringToEnum Field Description.
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
String fieldName()
static NetworkUpdateType fromString(String symbol)
String toString()
Method description
static NetworkUpdateType valueOf(String name)
final static NetworkUpdateType[] values()
[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

Enum Values

public static final NetworkUpdateType ANSWER_UPDATE

A connection has answered a question posed on LinkedIn Answers.

public static final NetworkUpdateType APPLICATION_UPDATE

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.

public static final NetworkUpdateType COMPANY_FOLLOW_UPDATE

A change to one of the companies the member is following.

public static final NetworkUpdateType CONNECTION_UPDATE

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).

public static final NetworkUpdateType EXTENDED_PROFILE_UPDATE

A connection has updated their extended profile, personal information such as phone number, IM account, and Twitter handle.

public static final NetworkUpdateType GROUP_UPDATE

A connection has joined a group.

public static final NetworkUpdateType JOB_UPDATE

A connection has posted a job posting on LinkedIn

public static final NetworkUpdateType PICTURE_UPDATE

A connection has updated their profile picture.

public static final NetworkUpdateType PROFILE_UPDATE

A connection has updated their profile. This does not include picture updates, which are covered under PICT type.

public static final NetworkUpdateType QUESTION_UPDATE

A connection has asked a question on LinkedIn Answers.

public static final NetworkUpdateType RECOMMENDATION_UPDATE

A connection was recommended

public static final NetworkUpdateType SHARED_ITEM

A connection has shared an update or link.

public static final NetworkUpdateType STATUS_UPDATE

This field is deprecated.
Use SHARED_ITEM

A connection has updated their status.

public static final NetworkUpdateType VIRAL_UPDATE

A connection has commented on or liked another update.

Fields

private final String fieldName

Field description

private static final Map<String, NetworkUpdateType> stringToEnum

Field Description.

Public Methods

public String fieldName ()

Returns
  • the name of the field

public static NetworkUpdateType fromString (String symbol)

Parameters
symbol
Returns
  • Returns NetworkUpdateType for string, or null if string is invalid

public String toString ()

Method description

public static NetworkUpdateType valueOf (String name)

Parameters
name

public static final NetworkUpdateType[] values ()