| 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.youtube.FeedLinkEntry<T extends com.google.gdata.data.BaseEntry> | |||
Known Direct Subclasses
|
An entry that's actually a glorified feed link, used in playlists and subscription feeds.
|
[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 Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Gets an estimate of how many entries can be found
in the enclosed feed.
| |||||||||||
This method is deprecated.
Valid only in version 1. Replaced in version 2.0 with
atom:summary.
| |||||||||||
This method is deprecated.
Starting with version 2, the feed link can be found in the content.
See
getFeedUrl() and getCountHint().
| |||||||||||
Gets the URL of the enclosed feed.
| |||||||||||
Gets the thumbnail.
| |||||||||||
Sets the estimate of how many entries can be
found in the enclosed feed.
| |||||||||||
This method is deprecated.
Valid only in version 1. Replaced in version 2.0 with
atom:summary.
| |||||||||||
This method is deprecated.
Starting with version 2, the feed link can be found in the content.
| |||||||||||
Sets the thumbnail.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
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. |
|---|
Gets an estimate of how many entries can be found in the enclosed feed. This method works both in version 1 and 2
null
This method is deprecated.
Valid only in version 1. Replaced in version 2.0 with
atom:summary.
Gets the plaintext user-provided description.
This method is deprecated.
Starting with version 2, the feed link can be found in the content.
See getFeedUrl() and getCountHint().
Gets the feed link.
Gets the URL of the enclosed feed. This method works both in version 1 and 2.
null
Sets the estimate of how many entries can be
found in the enclosed feed.
This method adds a tag yt:countHint.
| hint | Count hint or null |
|---|
This method is deprecated.
Valid only in version 1. Replaced in version 2.0 with
atom:summary.
Sets the plaintext user-provided description.
| description |
|---|
This method is deprecated.
Starting with version 2, the feed link can be found in the content.
Sets the feed link.
| feedLink |
|---|