| 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.youtube.VideoEntry | ||||
Known Direct Subclasses
|
Video entry for the youtube feeds.
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an empty video entry.
| |||||||||||
Creates a copy of another entry.
| |||||||||||
Creates a new video entry and initializes it.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Gets the comments tag or
null. | |||||||||||
Returns a link to the video complaints feed.
| |||||||||||
Gets all gd:feedLink tags.
| |||||||||||
Gets the georss:where tag.
| |||||||||||
Gets the yt:location tag.
| |||||||||||
Gets the publication state of this entry from the tag
app:control/yt:status.
| |||||||||||
Gets the gd:rating tag.
| |||||||||||
Returns a link to the video rating feed.
| |||||||||||
Gets the value of the yt:recorded tag.
| |||||||||||
Returns a link to the related videos feed.
| |||||||||||
Gets yt:statistics tag.
| |||||||||||
Returns a link to the video responses feed.
| |||||||||||
Gets the yt:rating tag.
| |||||||||||
Gets whether external sites can embed and play this video.
| |||||||||||
This method is deprecated.
in favor of MediaGroup#getRatings() with scheme
MEDIA_RATING_SCHEME. Removed in version 2
| |||||||||||
Gets the completion state of this entry from the tag
app:control/yt:incomplete.
| |||||||||||
Sets the comments tag.
| |||||||||||
Adds a georss:where tag.
| |||||||||||
Sets the yt:location tag.
| |||||||||||
Sets the publication state of this entry, using the tag
app:control/yt:status.
| |||||||||||
This method is deprecated.
in favor of MediaGroup#getRatings() with scheme
MEDIA_RATING_SCHEME. Removed in version 2.
| |||||||||||
Sets the gd:rating tag.
| |||||||||||
Sets the value of the yt:recorded tag.
| |||||||||||
Sets yt:statistics tag.
| |||||||||||
Sets the completion state of this entry, using the tag
app:control/yt:incomplete.
| |||||||||||
Sets the yt:rating.
| |||||||||||
|
[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
| |||||||||||
Nonstandard categories that might be found in this entry.
Creates an empty video entry.
Creates a new video entry and initializes it. ` * @param id entry atom/rss id
| id |
|---|
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 the yt:location tag.
Gets the publication state of this entry from the tag app:control/yt:status.
null, in which case
the video is live
Gets whether external sites can embed and play this video.
This method is deprecated.
in favor of MediaGroup#getRatings() with scheme MEDIA_RATING_SCHEME. Removed in version 2
Checks the yt:racy flag.
Gets the completion state of this entry from the tag app:control/yt:incomplete.
true if the entry is marked incomplete
false otherwise.
| embeddable |
|---|
Sets the yt:location tag.
| location |
|---|
Sets the publication state of this entry, using the tag app:control/yt:status.
| state | Publication state or null
|
|---|
This method is deprecated.
in favor of MediaGroup#getRatings() with scheme MEDIA_RATING_SCHEME. Removed in version 2.
Sets the yt:racy flag.
| racy |
|---|
Sets the completion state of this entry, using the tag app:control/yt:incomplete.
| ytIncomplete |
|---|