| Package | Description |
|---|---|
| com.google.gdata.model.atom |
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
static ElementKey<String,Content> |
Content.CONSTRUCT
The key for Content used as a construct.
|
static ElementKey<String,Content> |
Content.KEY
The key for a Content element used as atom:content.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
Link.getContent()
Return the content of the link, or
null if no content has been set. |
Content |
Entry.getContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Link.setContent(Content c)
Sets the atom:content element nested inside this atom:link.
|
void |
Entry.setContent(Content v) |
| Constructor and Description |
|---|
OtherContent(Content content)
Constructs a new instance from a more generic
Content type. |
OutOfLineContent(Content content)
Constructs a new instance from a more generic
Content type. |
TextContent(ElementKey<?,?> key,
Content content)
Constructs a new instance from a more generic
Content type. |
Copyright © 2012. All Rights Reserved.