| Package | Description |
|---|---|
| com.google.gdata.model.atom | |
| com.google.gdata.model.atompub |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,TextContent> |
TextContent.CONSTRUCT
The key for TextContent used as a construct.
|
static ElementKey<String,TextContent> |
TextContent.KEY
The key for atom:content when it contains TextContent.
|
static ElementKey<String,TextContent> |
Source.RIGHTS
atom:rights
|
static ElementKey<String,TextContent> |
Entry.RIGHTS
The atom:rights child element
|
static ElementKey<String,TextContent> |
Source.SUBTITLE
atom:subtitle
|
static ElementKey<String,TextContent> |
Entry.SUMMARY
The atom:summary child element.
|
static ElementKey<String,TextContent> |
Source.TITLE
atom:title
|
static ElementKey<String,TextContent> |
Entry.TITLE
The atom:title child element
|
| Modifier and Type | Method and Description |
|---|---|
static TextContent |
TextContent.create(int type,
String textOrHtml,
XmlBlob xhtml)
Creates a text content.
|
TextContent |
Source.getRights() |
TextContent |
Entry.getRights() |
TextContent |
Source.getSubtitle() |
TextContent |
Entry.getSummary() |
TextContent |
Entry.getTextContent()
Assumes the content element's contents are text and returns them as a
TextContent.
|
TextContent |
Source.getTitle() |
TextContent |
Entry.getTitle() |
static TextContent |
TextContent.html(String html)
Construct a new html text content with the given html.
|
static TextContent |
TextContent.plainText(String text)
Construct a new plain text content with the given text.
|
static TextContent |
TextContent.xhtml(XmlBlob div)
Construct a new Xhtml text content from the given div.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Source.setRights(TextContent v) |
void |
Entry.setRights(TextContent v) |
void |
Source.setSubtitle(TextContent v) |
void |
Entry.setSummary(TextContent v) |
void |
Source.setTitle(TextContent v) |
void |
Entry.setTitle(TextContent v) |
| Modifier and Type | Method and Description |
|---|---|
TextContent |
Workspace.getTitle()
Returns the title.
|
TextContent |
Collection.getTitle()
Returns the title.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.setTitle(TextContent title)
Sets the title.
|
Collection |
Collection.setTitle(TextContent title)
Sets the title.
|
| Constructor and Description |
|---|
Collection(String href,
TextContent title,
String... accepts)
Construct a collection with all fields.
|
Workspace(TextContent title)
Constructor with the title element.
|
Copyright © 2012. All Rights Reserved.