public class

DocumentListRevisionFeedLink

extends FeedLink<F extends BaseFeed<?, ?>>
java.lang.Object
   ↳ com.google.gdata.data.AbstractExtension
     ↳ com.google.gdata.data.ExtensionPoint
       ↳ com.google.gdata.data.Link
         ↳ com.google.gdata.data.extensions.FeedLink<F extends com.google.gdata.data.BaseFeed<?, ?>>
           ↳ com.google.gdata.data.docs.DocumentListRevisionFeedLink

Class Overview

Represents a FeedLink referring to a RevisionFeed.

Summary

[Expand]
Inherited Fields
From class com.google.gdata.data.extensions.FeedLink
From class com.google.gdata.data.Link
From class com.google.gdata.data.ExtensionPoint
From class com.google.gdata.data.AbstractExtension
Public Constructors
DocumentListRevisionFeedLink()
Public Methods
void declareExtensions(ExtensionProfile extProfile)
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile.
[Expand]
Inherited Methods
From class com.google.gdata.data.extensions.FeedLink
From class com.google.gdata.data.Link
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.ILink
From interface com.google.gdata.data.Reference

Public Constructors

public DocumentListRevisionFeedLink ()

Public Methods

public void declareExtensions (ExtensionProfile extProfile)

Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.

Parameters
extProfile The ExtensionProfile to initialize.