public static final class

SpreadsheetLink.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.spreadsheet.SpreadsheetLink.Rel

Class Overview

Link relation type.

Summary

Constants
String CELLS_FEED Link for the feed of a worksheet's cells.
String GVIZ Link for the Gviz resource of a worksheet.
String LIST_FEED Link for the feed of a worksheet's rows.
String RECORDS_FEED Link for the feed of a table's records.
String WORKSHEETS_FEED Link for the feed of a spreadsheet's worksheets.
Public Constructors
SpreadsheetLink.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CELLS_FEED

Link for the feed of a worksheet's cells.

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

public static final String GVIZ

Link for the Gviz resource of a worksheet.

Constant Value: "http://schemas.google.com/visualization/2008#visualizationApi"

public static final String LIST_FEED

Link for the feed of a worksheet's rows.

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

public static final String RECORDS_FEED

Link for the feed of a table's records.

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

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 SpreadsheetLink.Rel ()