com.google.code.linkedinapi.schema
Enum NetworkUpdateReturnType
java.lang.Object
java.lang.Enum<NetworkUpdateReturnType>
com.google.code.linkedinapi.schema.NetworkUpdateReturnType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<NetworkUpdateReturnType>
public enum NetworkUpdateReturnType
- extends java.lang.Enum<NetworkUpdateReturnType>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ANSW"/>
<enumeration value="APPM"/>
<enumeration value="APPS"/>
<enumeration value="CONN"/>
<enumeration value="NCON"/>
<enumeration value="CCEM"/>
<enumeration value="JOBP"/>
<enumeration value="JGRP"/>
<enumeration value="PICU"/>
<enumeration value="PREC"/>
<enumeration value="PROF"/>
<enumeration value="QSTN"/>
<enumeration value="STAT"/>
<enumeration value="PRFX"/>
<enumeration value="SHAR"/>
</restriction>
</simpleType>
Field Summary |
private java.lang.String |
value
|
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ANSWER_UPDATE
public static final NetworkUpdateReturnType ANSWER_UPDATE
APPLICATION_CONNECTION_UPDATE
public static final NetworkUpdateReturnType APPLICATION_CONNECTION_UPDATE
APPLICATION_TO_MEMBER_UPDATE
public static final NetworkUpdateReturnType APPLICATION_TO_MEMBER_UPDATE
CONNECTION_ADDED_CONNECTIONS
public static final NetworkUpdateReturnType CONNECTION_ADDED_CONNECTIONS
NEW_CONNECTIONS
public static final NetworkUpdateReturnType NEW_CONNECTIONS
CONTACT_JOINED
public static final NetworkUpdateReturnType CONTACT_JOINED
JOB_POSTED
public static final NetworkUpdateReturnType JOB_POSTED
CONNECTION_JOINED_GROUP
public static final NetworkUpdateReturnType CONNECTION_JOINED_GROUP
CONNECTION_UPDATED_PICTURE
public static final NetworkUpdateReturnType CONNECTION_UPDATED_PICTURE
CONNECTION_RECOMMENDED
public static final NetworkUpdateReturnType CONNECTION_RECOMMENDED
CONNECTION_UPDATED_PROFILE
public static final NetworkUpdateReturnType CONNECTION_UPDATED_PROFILE
QUESTION_UPDATED
public static final NetworkUpdateReturnType QUESTION_UPDATED
STATUS_UPDATED
public static final NetworkUpdateReturnType STATUS_UPDATED
EXTENDED_PROFILE_UPDATED
public static final NetworkUpdateReturnType EXTENDED_PROFILE_UPDATED
SHARED_ITEM
public static final NetworkUpdateReturnType SHARED_ITEM
value
private final java.lang.String value
values
public static NetworkUpdateReturnType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (NetworkUpdateReturnType c : NetworkUpdateReturnType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static NetworkUpdateReturnType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
value
public java.lang.String value()
fromValue
public static NetworkUpdateReturnType fromValue(java.lang.String v)