public class

VersionEntry

extends BaseEntry<E extends BaseEntry>
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ExtensionPoint
       ↳ com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry>
         ↳ com.google.gdata.data.maps.VersionEntry

Class Overview

Describes a version entry.

Summary

Constants
String KIND Version version category kind term value.
Fields
public static final Category CATEGORY Version version category kind category.
[Expand]
Inherited Fields
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
Public Constructors
VersionEntry()
Default mutable constructor.
VersionEntry(BaseEntry<?> sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing BaseEntry instance.
Public Methods
Link getAtomFeedLink()
Returns the link that provides the URI of the full feed (without any query parameters).
String toString()
[Expand]
Inherited Methods
From class com.google.gdata.data.BaseEntry
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
From class java.lang.Object
From interface com.google.gdata.data.Extension
From interface com.google.gdata.data.IAtom
From interface com.google.gdata.data.IEntry
From interface com.google.gdata.data.Kind.Adaptable
From interface com.google.gdata.data.Kind.Adaptor

Constants

public static final String KIND

Version version category kind term value.

Constant Value: "http://schemas.google.com/maps/2008#version"

Fields

public static final Category CATEGORY

Version version category kind category.

Public Constructors

public VersionEntry ()

Default mutable constructor.

public VersionEntry (BaseEntry<?> sourceEntry)

Constructs a new instance by doing a shallow copy of data from an existing BaseEntry instance.

Parameters
sourceEntry Source entry

Public Methods

public Link getAtomFeedLink ()

Returns the link that provides the URI of the full feed (without any query parameters).

Returns
  • Link that provides the URI of the full feed (without any query parameters) or null for none.

public String toString ()