| 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.media.MediaEntry<E extends com.google.gdata.data.BaseEntry<E>> | ||||
| ↳ | com.google.gdata.data.photos.GphotoEntry<E extends com.google.gdata.data.photos.GphotoEntry<E>> | ||||
Known Direct Subclasses
|
The base entry class for Picasaweb data. This class provides access to the fields that all Picasaweb data objects contain, as well as helper methods for subclasses to use. It is also responsible for making the handling of the description field consistent across both atom and RSS, allowing the rss entries to match the atom entries in a more consistent fashion.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delegate | |||||||||||
|
[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 a new Entry instance.
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new entry instance using the source for a shallow copy.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Generates XML in the RSS format.
| |||||||||||
Returns an adapted entry that is a subclass of GphotoEntry.
| |||||||||||
Description on an entry is just the summary.
| |||||||||||
Get the feed of entries related to this entry.
| |||||||||||
Retrieves the feed link.
| |||||||||||
Return the gphoto:id.
| |||||||||||
Description on an entry is just the summary.
| |||||||||||
Set the gphoto:id.
| |||||||||||
Set the gphoto:id.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.media.MediaEntry
| |||||||||||
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
| |||||||||||
From interface
com.google.gdata.data.media.IMediaEntry
| |||||||||||
From interface
com.google.gdata.data.photos.AtomData
| |||||||||||
From interface
com.google.gdata.data.photos.Extensible
| |||||||||||
From interface
com.google.gdata.data.photos.GphotoData
| |||||||||||
Constructs a new Entry instance.
Constructs a new entry instance using the source for a shallow copy.
| sourceEntry |
|---|
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Generates XML in the RSS format.
| w | Output writer. |
|---|---|
| extProfile | Extension profile. |
| IOException |
|---|
Returns an adapted entry that is a subclass of GphotoEntry.
| Kind.AdaptorException |
|---|
Description on an entry is just the summary.
Get the feed of entries related to this entry. The kinds parameter is a vararg array of associated kinds to return as entries. If the kinds parameter is empty, the default kind associated with this feed class will be used.
| feedClass | |
|---|---|
| kinds |
| IOException | |
|---|---|
| ServiceException |
Retrieves the feed link. This is a link to the entry-as-feed, if this entry has associated data.
Return the gphoto:id.
Description on an entry is just the summary.
| description |
|---|
Set the gphoto:id.
| id | The string version of the id of this feed or entry. |
|---|
Set the gphoto:id.
| id | The long version of the id of this feed or entry. |
|---|