public static final class

Im.Protocol

extends Object
java.lang.Object
   ↳ com.google.gdata.model.gd.Im.Protocol

Class Overview

Im protocol.

Summary

Constants
String AIM AIM.
String GOOGLE_TALK Google Talk.
String ICQ ICQ.
String JABBER Jabber.
String MSN MSN.
String NETMEETING NetMeeting.
String QQ Tencent QQ.
String SKYPE Skype.
String YAHOO Yahoo.
Fields
private static final String[] ALL_VALUES Array containing all available values.
Public Methods
static String[] values()
Returns an array of all values defined in this class.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AIM

AIM.

Constant Value: "http://schemas.google.com/g/2005#AIM"

public static final String GOOGLE_TALK

Google Talk.

Constant Value: "http://schemas.google.com/g/2005#GOOGLE_TALK"

public static final String ICQ

ICQ.

Constant Value: "http://schemas.google.com/g/2005#ICQ"

public static final String JABBER

Jabber.

Constant Value: "http://schemas.google.com/g/2005#JABBER"

public static final String MSN

MSN.

Constant Value: "http://schemas.google.com/g/2005#MSN"

public static final String NETMEETING

NetMeeting.

Constant Value: "http://schemas.google.com/g/2005#NETMEETING"

public static final String QQ

Tencent QQ.

Constant Value: "http://schemas.google.com/g/2005#QQ"

public static final String SKYPE

Skype.

Constant Value: "http://schemas.google.com/g/2005#SKYPE"

public static final String YAHOO

Yahoo.

Constant Value: "http://schemas.google.com/g/2005#YAHOO"

Fields

private static final String[] ALL_VALUES

Array containing all available values.

Public Methods

public static String[] values ()

Returns an array of all values defined in this class.