|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.BaseEntry<T>
com.google.gdata.data.youtube.FeedLinkEntry<T>
public abstract class FeedLinkEntry<T extends BaseEntry>
An entry that's actually a glorified feed link, used in playlists and subscription feeds.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.data.BaseEntry |
|---|
BaseEntry.AtomHandler, BaseEntry.EntryState |
| Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint |
|---|
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler |
| Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
|---|
AbstractExtension.AttributesHandler |
| Field Summary |
|---|
| Fields inherited from class com.google.gdata.data.BaseEntry |
|---|
state |
| Fields inherited from class com.google.gdata.data.ExtensionPoint |
|---|
xmlBlob |
| Fields inherited from class com.google.gdata.data.AbstractExtension |
|---|
localName, namespace |
| Method Summary | |
|---|---|
void |
declareExtensions(ExtensionProfile extProfile)
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. |
java.lang.Integer |
getCountHint()
Gets an estimate of how many entries can be found in the enclosed feed. |
java.lang.String |
getDescription()
Deprecated. Valid only in version 1. Replaced in version 2.0 with atom:summary. |
FeedLink<?> |
getFeedLink()
Deprecated. Starting with version 2, the feed link can be found in the content. See getFeedUrl() and getCountHint(). |
java.lang.String |
getFeedUrl()
Gets the URL of the enclosed feed. |
MediaThumbnail |
getThumbnail()
Gets the thumbnail. |
void |
setCountHint(java.lang.Integer hint)
Sets the estimate of how many entries can be found in the enclosed feed. |
void |
setDescription(java.lang.String description)
Deprecated. Valid only in version 1. Replaced in version 2.0 with atom:summary. |
void |
setFeedLink(FeedLink<?> feedLink)
Deprecated. Starting with version 2, the feed link can be found in the content. |
void |
setThumbnail(MediaThumbnail thumbnail)
Sets the thumbnail. |
| Methods inherited from class com.google.gdata.data.BaseEntry |
|---|
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContentHandlerInfo, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getMediaEditLink, getPlainTextContent, getPubControl, getPublished, getRights, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setService, setSource, setSummary, setTitle, setUpdated, setVersionId, update, visitChildren |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
|---|
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public FeedLink<?> getFeedLink()
getFeedUrl() and getCountHint().
public void setFeedLink(FeedLink<?> feedLink)
public java.lang.String getFeedUrl()
nullpublic java.lang.Integer getCountHint()
nullpublic void setCountHint(java.lang.Integer hint)
yt:countHint.
hint - count hint or nullpublic MediaThumbnail getThumbnail()
public void setThumbnail(MediaThumbnail thumbnail)
@Deprecated public java.lang.String getDescription()
@Deprecated public void setDescription(java.lang.String description)
public void declareExtensions(ExtensionProfile extProfile)
ExtensionPoint
declareExtensions in interface Kind.AdaptordeclareExtensions in class ExtensionPointextProfile - the ExtensionProfile to initialize.ExtensionProfile.addDeclarations(Kind.Adaptor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||