public final enum

ImAccountType

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

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="aim"/>
     <enumeration value="gtalk"/>
     <enumeration value="icq"/>
     <enumeration value="msn"/>
     <enumeration value="skype"/>
     <enumeration value="yahoo"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ImAccountType  AIM   
ImAccountType  GTALK   
ImAccountType  ICQ   
ImAccountType  MSN   
ImAccountType  SKYPE   
ImAccountType  YAHOO   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ImAccountType fromValue(String v)
String value()
static ImAccountType valueOf(String name)
final static ImAccountType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ImAccountType AIM

public static final ImAccountType GTALK

public static final ImAccountType ICQ

public static final ImAccountType MSN

public static final ImAccountType SKYPE

public static final ImAccountType YAHOO

Fields

private final String value

Public Methods

public static ImAccountType fromValue (String v)

Parameters
v

public String value ()

public static ImAccountType valueOf (String name)

Parameters
name

public static final ImAccountType[] values ()