public static class

MailItemService.Versions

extends Object
java.lang.Object
   ↳ com.google.gdata.client.appsforyourdomain.migration.MailItemService.Versions

Summary

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

Fields

public static final Version V1

Version 1 of the Email Migration 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 Email Migration 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 MailItemService.Versions ()