public class

ChannelEntry

extends BaseEntry<E extends BaseEntry>
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.ChannelEntry

Class Overview

An atom entry containing a channel.

Summary

Fields
public static final String[] 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
ChannelEntry()
Public Methods
void declareExtensions(ExtensionProfile extProfile)
Declares the ExtensionDescription of each Extension expected by the implementing ExtensionPoint in the target profile.
String getChannelType()
Returns the term of the channel type category.
Link getFeaturedVideoLink()
Returns a link to the featured video of the user's profile.
FeedLink<?> getUploadsFeedLink()
Returns a link to the user uploads feed.
void setChannelType(String channelTypeTerm)
Set channel type of category tag.
[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

Fields

public static final String[] CATEGORIES

Nonstandard categories that might be found in this entry.

Public Constructors

public ChannelEntry ()

Public Methods

public void declareExtensions (ExtensionProfile extProfile)

Declares the ExtensionDescription of each Extension expected by the implementing ExtensionPoint in the target profile.

Parameters
extProfile The ExtensionProfile to initialize.

public String getChannelType ()

Returns the term of the channel type category. If no category with scheme channel type is found, null is returned.

Returns
  • term of the category with the channel type scheme.

public Link getFeaturedVideoLink ()

Returns a link to the featured video of the user's profile.

public FeedLink<?> getUploadsFeedLink ()

Returns a link to the user uploads feed.

public void setChannelType (String channelTypeTerm)

Set channel type of category tag.

Parameters
channelTypeTerm If null, the channel type category is removed.