| Package | Description |
|---|---|
| com.google.gdata.data | |
| com.google.gdata.data.spreadsheet |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaContent
The MediaContent class extends
OutOfLineContent to add
MediaSource handling for the content. |
class |
OtherContent
Variant of
Content for entries containing miscellaneous
inlined content types. |
class |
OutOfLineContent
Variant of
Content for entries that reference external content. |
class |
TextContent
Variant of
Content for entries containing text. |
| Modifier and Type | Field and Description |
|---|---|
protected Content |
Link.content
Nested atom:content element or
null if no inlined link content. |
Content |
Content.ChildHandlerInfo.content |
Content |
BaseEntry.EntryState.content
Content of entry.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
Link.getContent() |
Content |
BaseEntry.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Link.setContent(Content c) |
void |
BaseEntry.setContent(Content v) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntry.setAutomaticallyGeneratedContent(Content c)
Lets the GData server populate this entry with the atom:content.
|
void |
CellEntry.setAutomaticallyGeneratedContent(Content v)
Lets the GData server set the content.
|
void |
ListEntry.setContent(Content c)
Prevents setting the server-generated field.
|
void |
CellEntry.setContent(Content v)
Throws an exception, preventing setting the server-generated field.
|
Copyright © 2012. All Rights Reserved.