public static final class

DocumentListLink.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.docs.DocumentListLink.Rel

Class Overview

Link relation type.

Summary

Constants
String EXPORT Link for the zip file contains all exported documents.
String PARENT Link for the parent folder entry.
String TABLES_FEED Link for the feed of a spreadsheet's tables.
String WORKSHEETS_FEED Link for the feed of a spreadsheet's worksheets.
Public Constructors
DocumentListLink.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String EXPORT

Link for the zip file contains all exported documents.

Constant Value: "http://schemas.google.com/docs/2007#export"

public static final String PARENT

Link for the parent folder entry.

Constant Value: "http://schemas.google.com/docs/2007#parent"

public static final String TABLES_FEED

Link for the feed of a spreadsheet's tables.

Constant Value: "http://schemas.google.com/spreadsheets/2006#tablesfeed"

public static final String WORKSHEETS_FEED

Link for the feed of a spreadsheet's worksheets.

Constant Value: "http://schemas.google.com/spreadsheets/2006#worksheetsfeed"

Public Constructors

public DocumentListLink.Rel ()