com.google.gdata.client
Class Service.Versions

java.lang.Object
  extended by com.google.gdata.client.Service.Versions
Enclosing class:
Service

public static class Service.Versions
extends java.lang.Object

The Versions class defines Version constants representing the set of active versions of the GData core protocol and common data model classes.


Field Summary
static Version V1
          The V1 version of the GData core protocol that was released in May 2006 and is in use for all current GData services.
static Version V2
          The upcoming V2 release of the GData core protocol that will bring full alignment with the now standard Atom Publishing Protocol specification, migration to OpenSearch 1.1, and other (TBD) features.
static Version V3
          The eventual future V3 release (not yet supported) of the GData core protocol that will default to structured error messages.
 
Constructor Summary
Service.Versions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

V1

public static final Version V1
The V1 version of the GData core protocol that was released in May 2006 and is in use for all current GData services.


V2

public static final Version V2
The upcoming V2 release of the GData core protocol that will bring full alignment with the now standard Atom Publishing Protocol specification, migration to OpenSearch 1.1, and other (TBD) features.


V3

public static final Version V3
The eventual future V3 release (not yet supported) of the GData core protocol that will default to structured error messages.

Constructor Detail

Service.Versions

public Service.Versions()