ListFeedpublic class ListFeed extends com.google.wireless.gdata.data.Feed A feed handler for GData Spreadsheets List-based feeds. |
Fields Summary |
---|
private String | editUri |
Constructors Summary |
---|
public ListFeed()Default constructor.
super();
|
Methods Summary |
---|
public java.lang.String | getEditUri()Fetches the URI to which edits (such as cell content updates) should
go.
return editUri;
| public void | setEditUri(java.lang.String editUri)Sets the URI to which edits (such as cell content updates) should go.
this.editUri = editUri;
|
|