| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | |||
| ↳ | com.google.gdata.data.spreadsheet.ListEntry | |||
Atom Entry for one single row Google Spreadsheets in the list-based access mode.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Kind category term used to label the flexible-schema list entries. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Category used to label the flexible-schema list entries. | ||||||||||
| customElements | The aggregation of all gx:* elements. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an empty CellEntry to be populated by the XML parsing process.
| |||||||||||
Constructs a List Entry with the given information.
| |||||||||||
Constructs from a copy.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the extensions used by the XML parser in the given profile object.
| |||||||||||
Gets the collection of custom elements that contain all the special
gsx data items.
| |||||||||||
Lets the GData server populate this entry with the atom:content.
| |||||||||||
Lets the GData server populate this entry with the atom:summary.
| |||||||||||
Lets the GData server populate this entry with the atom:title.
| |||||||||||
Prevents setting the server-generated field.
| |||||||||||
Prevents setting the server-generated field.
| |||||||||||
Prevents setting the server-generated field.
| |||||||||||
Prevents setting the server-generated field.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
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.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
Kind category term used to label the flexible-schema list entries.
Constructs an empty CellEntry to be populated by the XML parsing process.
Constructs a List Entry with the given information.
| id | The permanent ID of this entry |
|---|---|
| versionId | The version identifier of the snapshot |
Constructs from a copy.
| sourceEntry | Source to copy from |
|---|
Declares the extensions used by the XML parser in the given profile object.
| extProfile | The ExtensionProfile to initialize. |
|---|
Gets the collection of custom elements that contain all the special gsx data items. This is how you access your spreadsheet data.
Lets the GData server populate this entry with the atom:content.
| c |
|---|
Lets the GData server populate this entry with the atom:summary.
| v |
|---|
Lets the GData server populate this entry with the atom:title.
| v |
|---|