FileDocCategorySizeDatePackage
CellFeed.javaAPI DocAndroid 1.5 API818Wed May 06 22:41:16 BST 2009com.google.wireless.gdata.spreadsheets.data

CellFeed

public class CellFeed extends com.google.wireless.gdata.data.Feed
A feed handler for GData Spreadsheets cell-based feeds.

Fields Summary
private String
editUri
Constructors Summary
public CellFeed()
Default constructor.

        super();
    
Methods Summary
public java.lang.StringgetEditUri()
Fetches the URI to which edits (such as cell content updates) should go.

return
the edit URI for this feed

        return editUri;
    
public voidsetEditUri(java.lang.String editUri)
Sets the URI to which edits (such as cell content updates) should go.

param
editUri the new edit URI for this feed

        this.editUri = editUri;