public static class

GoogleBaseService.Versions

extends Object
java.lang.Object
   ↳ com.google.api.gbase.client.GoogleBaseService.Versions

Class Overview

The Versions class contains all released versions of the Google Base API

Summary

Fields
public static final Version V1 Version 1 of the Google Base API.
public static final Version V2 Version 2 of the Google Base API.
Public Constructors
GoogleBaseService.Versions()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Version V1

Version 1 of the Google Base API. This is the initial version of the API and is based upon Version 1 of the GData Protocol.

public static final Version V2

Version 2 of the Google Base API. This version of the API adds full compliance with the Atom Publishing Protocol and is based upon Version 2 of the GData protocol.

Public Constructors

public GoogleBaseService.Versions ()