com.google.gdata.client.docs
Class DocsService.Versions

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

public static final class DocsService.Versions
extends java.lang.Object

GData versions supported by Google Documents List Service.


Field Summary
static Version V1
          Version 1 of the Doclist Google Data API.
static Version V2
          Version 2 of the Doclist Google Data API.
 
Constructor Summary
DocsService.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
Version 1 of the Doclist Google Data API. This is the initial version of the API and is based on Version 1 of the GData protocol.


V2

public static final Version V2
Version 2 of the Doclist Google Data API. This version of the API adds full compliance with the Atom Publishing Protocol and is based on Version 2 of the GData protocol.

Constructor Detail

DocsService.Versions

public DocsService.Versions()