public static final class

BloggerService.Versions

extends Object
java.lang.Object
   ↳ com.google.gdata.client.blogger.BloggerService.Versions

Class Overview

GData versions supported by Blogger Service.

Summary

Fields
public static final Version V1 The original version of the Blogger service based on V1 of the GData core protocol.
public static final Version V2 The V2 of the Blogger service based on V2 of the GData core protocol that brings it to full alignment with the now standard Atom Publishing Protocol specification.
Public Constructors
BloggerService.Versions()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Version V1

The original version of the Blogger service based on V1 of the GData core protocol.

public static final Version V2

The V2 of the Blogger service based on V2 of the GData core protocol that brings it to full alignment with the now standard Atom Publishing Protocol specification.

Public Constructors

public BloggerService.Versions ()