| Package | Description |
|---|---|
| com.google.gdata.data | |
| com.google.gdata.data.introspection | |
| com.google.gdata.data.media.mediarss | |
| com.google.gdata.data.photos | |
| com.google.gdata.data.spreadsheet |
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlTextConstruct
HTML variant of
TextConstruct. |
class |
PlainTextConstruct
Plain text variant of
TextConstruct. |
class |
XhtmlTextConstruct
XHTML variant of
TextConstruct. |
| Modifier and Type | Field and Description |
|---|---|
protected TextConstruct |
TextContent.content
Content.
|
TextConstruct |
Source.SourceState.rights
Rights.
|
TextConstruct |
BaseEntry.EntryState.rights
Rights of entry.
|
TextConstruct |
Source.SourceState.subtitle
Subtitle.
|
TextConstruct |
BaseEntry.EntryState.summary
Summary of entry.
|
TextConstruct |
TextConstruct.ChildHandlerInfo.textConstruct |
TextConstruct |
Source.SourceState.title
Title.
|
TextConstruct |
BaseEntry.EntryState.title
Title of entry.
|
| Modifier and Type | Method and Description |
|---|---|
static TextConstruct |
TextConstruct.create(int type,
String textOrHtml,
XmlBlob xhtml)
Creates a text construct.
|
TextConstruct |
TextContent.getContent() |
TextConstruct |
Source.getRights() |
TextConstruct |
BaseEntry.getRights() |
TextConstruct |
Source.getSubtitle() |
TextConstruct |
BaseEntry.getSummary() |
TextConstruct |
Source.getTitle() |
TextConstruct |
BaseEntry.getTitle() |
static TextConstruct |
TextConstruct.html(String html)
Construct a new html text content with the given html.
|
static TextConstruct |
TextConstruct.plainText(String text)
Construct a new plain text content with the given text.
|
static TextConstruct |
TextConstruct.xhtml(XmlBlob div)
Construct a new Xhtml text content from the given div.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextContent.setContent(TextConstruct v)
Specifies the text content.
|
void |
BaseEntry.setContent(TextConstruct tc) |
void |
Source.setRights(TextConstruct v) |
void |
BaseEntry.setRights(TextConstruct v) |
void |
Source.setSubtitle(TextConstruct v) |
void |
BaseEntry.setSummary(TextConstruct v) |
void |
Source.setTitle(TextConstruct v) |
void |
BaseEntry.setTitle(TextConstruct v) |
| Constructor and Description |
|---|
TextContent(TextConstruct content)
Class constructor specifying the content for this element to contain.
|
| Modifier and Type | Method and Description |
|---|---|
TextConstruct |
Workspace.getTitle() |
TextConstruct |
Collection.getTitle() |
| Modifier and Type | Method and Description |
|---|---|
void |
Workspace.setTitle(TextConstruct v) |
void |
Collection.setTitle(TextConstruct title) |
| Constructor and Description |
|---|
Collection(String href,
TextConstruct title) |
Collection(String href,
TextConstruct title,
String... accepts) |
Workspace(TextConstruct title) |
| Modifier and Type | Method and Description |
|---|---|
TextConstruct |
AbstractTextElement.getContent() |
| Modifier and Type | Method and Description |
|---|---|
TextConstruct |
GphotoFeed.getDescription()
Description on a feed is just the subtitle.
|
TextConstruct |
GphotoEntry.getDescription()
Description on an entry is just the summary.
|
TextConstruct |
AtomData.getDescription()
Gets the description of the entry or feed.
|
TextConstruct |
AtomData.getRights()
Gets the rights associated with this entry or feed.
|
TextConstruct |
AtomData.getTitle()
Gets the title of the entry or feed represented by this piece of data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GphotoFeed.setDescription(TextConstruct description)
Description on a feed is just the subtitle.
|
void |
GphotoEntry.setDescription(TextConstruct description)
Description on an entry is just the summary.
|
void |
AtomData.setDescription(TextConstruct description)
Set the description of the item.
|
void |
AtomData.setRights(TextConstruct rights)
Set the rights of the entry or feed.
|
void |
AtomData.setTitle(TextConstruct title)
Set the title of the feed or entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntry.setAutomaticallyGeneratedSummary(TextConstruct v)
Lets the GData server populate this entry with the atom:summary.
|
void |
ListEntry.setAutomaticallyGeneratedTitle(TextConstruct v)
Lets the GData server populate this entry with the atom:title.
|
void |
CellEntry.setAutomaticallyGeneratedTitle(TextConstruct v)
Lets the GData server set the title.
|
void |
ListEntry.setContent(TextConstruct c)
Prevents setting the server-generated field.
|
void |
CellEntry.setContent(TextConstruct v)
Throws an exception, preventing setting the server-generated field.
|
void |
ListEntry.setSummary(TextConstruct v)
Prevents setting the server-generated field.
|
void |
CellEntry.setSummary(TextConstruct v)
Throws an exception, preventing setting the server-generated field.
|
void |
ListEntry.setTitle(TextConstruct v)
Prevents setting the server-generated field.
|
void |
CellEntry.setTitle(TextConstruct v)
Throws an exception, preventing setting the server-generated field.
|
Copyright © 2012. All Rights Reserved.