public final enum

NetworkUpdateContentType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.code.linkedinapi.schema.NetworkUpdateContentType

Class Overview

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="linkedin-html"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
NetworkUpdateContentType  LINKED_IN_HTML   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static NetworkUpdateContentType fromValue(String v)
String value()
static NetworkUpdateContentType valueOf(String name)
final static NetworkUpdateContentType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final NetworkUpdateContentType LINKED_IN_HTML

Fields

private final String value

Public Methods

public static NetworkUpdateContentType fromValue (String v)

Parameters
v

public String value ()

public static NetworkUpdateContentType valueOf (String name)

Parameters
name

public static final NetworkUpdateContentType[] values ()