| 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> | ||||
| ↳ | com.google.gdata.data.youtube.SubscriptionEntry | ||||
Entries that appear on the publisher playlist feed.
This entry does not contain a playlist, but a link to a playlist. See
PlaylistFeed and PlaylistEntry for the playlist feed
objects.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SubscriptionEntry.Type | Subscription types. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORIES | Nonstandard categories that might be found in this entry. | ||||||||||
|
[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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a type category to this entry.
| |||||||||||
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Get the id of the playlist subscribed to.
| |||||||||||
Get the title of the playlist subscribed to.
| |||||||||||
Get the query string of the subscription.
| |||||||||||
Gets the type of the subscription, if it is of a known type.
| |||||||||||
Get the value of the optional username
| |||||||||||
Set the optional id of the playlist subscribed to.
| |||||||||||
Set the title of the playlist subscribed to.
| |||||||||||
Set the optional query string of a subscription with the type query.
| |||||||||||
Sets the type category of this entry.
| |||||||||||
Set the optional username.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.youtube.FeedLinkEntry
| |||||||||||
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
| |||||||||||
Nonstandard categories that might be found in this entry.
Adds a type category to this entry.
| type | Subscription types |
|---|
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. |
|---|
Get the id of the playlist subscribed to.
Get the title of the playlist subscribed to.
Get the query string of the subscription.
Gets the type of the subscription, if it is of a known type.
Get the value of the optional username
Set the optional id of the playlist subscribed to.
| playlistId | The id of the playlist |
|---|
Set the title of the playlist subscribed to.
| playlistTitle | The playlistTitle |
|---|
Set the optional query string of a subscription with the type query.
| query | The query string |
|---|
Sets the type category of this entry. If a type category already exists, it will be removed.
| type | New subscription type or null
|
|---|
Set the optional username.
| username | Content of the yt:username tag |
|---|