public class

YouTubeNamespace

extends Object
java.lang.Object
   ↳ com.google.gdata.data.youtube.YouTubeNamespace

Class Overview

YouTube namespace definition.

Summary

Constants
String CAPTION_TRACKS_REL Link Rel value for video caption track links.
String CATEGORY_SCHEME Scheme used for atom:categories and media:categories.
String CHANNELTYPE_SCHEME Scheme used for atom:categories which corresponds to channels on the user profile feed.
String CHANNEL_CONTENT_REL Link Rel value for the channel content.
String COMMENTS_REL Link Rel value for video comments links.
String COMPLAINTS_REL Link Rel value for video complaints links.
String COMPLAINT_REASON_SCHEME Scheme used for atom:categories which correspond to complaint reasons.
String CONTACTS_REL Link Rel value for user contacts links.
String CONTACT_LIST_SCHEME Scheme used for atom:categories which correspond to contact lists.
String CREDIT_SCHEME Custom media:credit scheme.
String CREDIT_UPLOADER_ROLE Uploader role inside CREDIT_SCHEME for media:credit.
String DEVELOPER_TAG_SCHEME Scheme used for atom:categories which contain developer-specific tags.
String FAVORITES_REL Link Rel value for user favorites links.
String FEATURED_VIDEO_REL Link Rel for the featured video of a feed (currently the user feed).
String FRIENDSACTIVITY_REL Link Rel value for user's friends activity.
String GET_UPLOAD_TOKEN_REL Link Rel value for get upload token action.
String INBOX_REL Link Rel value for user inbox links.
String IN_REPLY_TO Link Rel value for parent comment link on the comments feed.
String KEYWORD_SCHEME Scheme used for keywords in atom:categories.
String KIND_CAPTION_TRACK Kind linked to CaptionTrackEntry.
String KIND_CHANNEL Kind linked to ChannelEntry.
String KIND_COMMENT Kind linked to CommentEntry.
String KIND_COMPLAINT Kind linked to ComplaintEntry.
String KIND_FAVORITE Kind linked to FavoriteEntry.
String KIND_FRIEND Kind linked to FriendEntry.
String KIND_PLAYLIST Kind linked to PlaylistEntry.
String KIND_PLAYLIST_LINK Kind linked to PlaylistLinkEntry.
String KIND_RATING Kind linked to RatingEntry.
String KIND_STATION Kind linked to StationDetailsEntry.
String KIND_SUBSCRIPTION Kind linked to SubscriptionEntry.
String KIND_USER_EVENT Kind linked to UserEventEntry.
String KIND_USER_PROFILE Kind linked to UserProfileEntry.
String KIND_VIDEO Kind linked to VideoEntry.
String KIND_VIDEO_MESSAGE Kind linked to VideoMessageEntry.
String MEDIA_RATING_SCHEME Scheme used for keywords in atom:categories.
String MOBILE_REL Link Rel value for the mobile page link of a video.
String NEW_SUBSCRIPTION_VIDEOS_REL Link Rel value for new subscription videos (/feeds/api/users/janedoe/newsubscriptionvideos)
String PLAYLISTS_REL Link Rel value for user playlists links.
String PLAYLIST_REL Link Rel value for the feed of a playlist (containing playlist entries)
String PREFIX Standard namespace prefix.
String RATINGS_REL Link Rel value for video ratings links.
String RECENTACTIVITY_REL Link Rel value for user's recent activity.
String RELATED_REL Link Rel value for related videos links.
String RESPONSES_REL Link Rel value for video responses links.
String STATION_CONTENT_REL Link Rel value for the station content.
String SUBSCRIPTIONS_REL Link Rel value for user subscriptions links.
String SUBSCRIPTIONTYPE_SCHEME Scheme used for atom:categories which describes the type of subscription defined in the entry.
String TAG_SCHEME Scheme used for atom:categories, which is mapped to playlist tags.
String UPLOADS_REL Link Rel value for user upload links.
String URI Namespace URI
String USEREVENTS_SCHEME Scheme used for atom:categories which describes the type of event in the entry.
String VIDEO_QUERY_REL Link Rel value for video queries (eg.
String VIDEO_REL Link Rel value for video.
String VLOG_REL Link Rel value for a user's video log link.
Fields
public static final XmlNamespace NS Namespace object.
Public Constructors
YouTubeNamespace()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CAPTION_TRACKS_REL

Link Rel value for video caption track links.

Constant Value: "http://gdata.youtube.com/schemas/2007#video.captionTracks"

public static final String CATEGORY_SCHEME

Scheme used for atom:categories and media:categories.

Constant Value: "http://gdata.youtube.com/schemas/2007/categories.cat"

public static final String CHANNELTYPE_SCHEME

Scheme used for atom:categories which corresponds to channels on the user profile feed.

Constant Value: "http://gdata.youtube.com/schemas/2007/channeltypes.cat"

public static final String CHANNEL_CONTENT_REL

Link Rel value for the channel content.

Constant Value: "http://gdata.youtube.com/schemas/2007#channel.content"

public static final String COMMENTS_REL

Link Rel value for video comments links.

Constant Value: "http://gdata.youtube.com/schemas/2007#comments"

public static final String COMPLAINTS_REL

Link Rel value for video complaints links.

Constant Value: "http://gdata.youtube.com/schemas/2007#video.complaints"

public static final String COMPLAINT_REASON_SCHEME

Scheme used for atom:categories which correspond to complaint reasons.

Constant Value: "http://gdata.youtube.com/schemas/2007/complaint-reasons.cat"

public static final String CONTACTS_REL

Link Rel value for user contacts links.

Constant Value: "http://gdata.youtube.com/schemas/2007#user.contacts"

public static final String CONTACT_LIST_SCHEME

Scheme used for atom:categories which correspond to contact lists.

Constant Value: "http://gdata.youtube.com/schemas/2007/contact.cat"

public static final String CREDIT_SCHEME

Custom media:credit scheme. This overrides the default value of urn:ebu for media:credit.

Constant Value: "urn:youtube"

public static final String CREDIT_UPLOADER_ROLE

Uploader role inside CREDIT_SCHEME for media:credit.

Constant Value: "uploader"

public static final String DEVELOPER_TAG_SCHEME

Scheme used for atom:categories which contain developer-specific tags.

Constant Value: "http://gdata.youtube.com/schemas/2007/developertags.cat"

public static final String FAVORITES_REL

Link Rel value for user favorites links.

Constant Value: "http://gdata.youtube.com/schemas/2007#user.favorites"

public static final String FEATURED_VIDEO_REL

Link Rel for the featured video of a feed (currently the user feed).

Constant Value: "http://gdata.youtube.com/schemas/2007#featured-video"

public static final String FRIENDSACTIVITY_REL

Link Rel value for user's friends activity.

Constant Value: "http://gdata.youtube.com/schemas/2007#user.friendsactivity"

public static final String GET_UPLOAD_TOKEN_REL

Link Rel value for get upload token action.

Constant Value: "http://gdata.youtube.com/schemas/2007#action.getUploadToken"

public static final String INBOX_REL

Link Rel value for user inbox links.

Constant Value: "http://gdata.youtube.com/schemas/2007#user.inbox"

public static final String IN_REPLY_TO

Link Rel value for parent comment link on the comments feed.

Constant Value: "http://gdata.youtube.com/schemas/2007#in-reply-to"

public static final String KEYWORD_SCHEME

Scheme used for keywords in atom:categories.

Constant Value: "http://gdata.youtube.com/schemas/2007/keywords.cat"

public static final String KIND_CAPTION_TRACK

Kind linked to CaptionTrackEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#captionTrack"

public static final String KIND_CHANNEL

Kind linked to ChannelEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#channel"

public static final String KIND_COMMENT

Kind linked to CommentEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#comment"

public static final String KIND_COMPLAINT

Kind linked to ComplaintEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#complaint"

public static final String KIND_FAVORITE

Kind linked to FavoriteEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#favorite"

public static final String KIND_FRIEND

Kind linked to FriendEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#friend"

public static final String KIND_PLAYLIST

Kind linked to PlaylistEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#playlist"

public static final String KIND_PLAYLIST_LINK

Kind linked to PlaylistLinkEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#playlistLink"

public static final String KIND_RATING

Kind linked to RatingEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#rating"

public static final String KIND_STATION

Kind linked to StationDetailsEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#station"

public static final String KIND_SUBSCRIPTION

Kind linked to SubscriptionEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#subscription"

public static final String KIND_USER_EVENT

Kind linked to UserEventEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#userEvent"

public static final String KIND_USER_PROFILE

Kind linked to UserProfileEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#userProfile"

public static final String KIND_VIDEO

Kind linked to VideoEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#video"

public static final String KIND_VIDEO_MESSAGE

Kind linked to VideoMessageEntry.

Constant Value: "http://gdata.youtube.com/schemas/2007#videoMessage"

public static final String MEDIA_RATING_SCHEME

Scheme used for keywords in atom:categories.

Constant Value: "http://gdata.youtube.com/schemas/2007#mediarating"

public static final String MOBILE_REL

Link Rel value for the mobile page link of a video.

Constant Value: "http://gdata.youtube.com/schemas/2007#mobile"

public static final String NEW_SUBSCRIPTION_VIDEOS_REL

Link Rel value for new subscription videos (/feeds/api/users/janedoe/newsubscriptionvideos)

Constant Value: "http://gdata.youtube.com/schemas/2007#user.newsubscriptionvideos"

public static final String PLAYLISTS_REL

Link Rel value for user playlists links.

Constant Value: "http://gdata.youtube.com/schemas/2007#user.playlists"

public static final String PLAYLIST_REL

Link Rel value for the feed of a playlist (containing playlist entries)

Constant Value: "http://gdata.youtube.com/schemas/2007#playlist"

public static final String PREFIX

Standard namespace prefix.

Constant Value: "yt"

public static final String RATINGS_REL

Link Rel value for video ratings links.

Constant Value: "http://gdata.youtube.com/schemas/2007#video.ratings"

public static final String RECENTACTIVITY_REL

Link Rel value for user's recent activity.

Constant Value: "http://gdata.youtube.com/schemas/2007#user.recentactivity"

public static final String RELATED_REL

Link Rel value for related videos links.

Constant Value: "http://gdata.youtube.com/schemas/2007#video.related"

public static final String RESPONSES_REL

Link Rel value for video responses links.

Constant Value: "http://gdata.youtube.com/schemas/2007#video.responses"

public static final String STATION_CONTENT_REL

Link Rel value for the station content.

Constant Value: "http://gdata.youtube.com/schemas/2007#station.content"

public static final String SUBSCRIPTIONS_REL

Link Rel value for user subscriptions links.

Constant Value: "http://gdata.youtube.com/schemas/2007#user.subscriptions"

public static final String SUBSCRIPTIONTYPE_SCHEME

Scheme used for atom:categories which describes the type of subscription defined in the entry.

Constant Value: "http://gdata.youtube.com/schemas/2007/subscriptiontypes.cat"

public static final String TAG_SCHEME

Scheme used for atom:categories, which is mapped to playlist tags.

Constant Value: "http://gdata.youtube.com/schemas/2007/tags.cat"

public static final String UPLOADS_REL

Link Rel value for user upload links.

Constant Value: "http://gdata.youtube.com/schemas/2007#user.uploads"

public static final String URI

Namespace URI

Constant Value: "http://gdata.youtube.com/schemas/2007"

public static final String USEREVENTS_SCHEME

Scheme used for atom:categories which describes the type of event in the entry.

Constant Value: "http://gdata.youtube.com/schemas/2007/userevents.cat"

public static final String VIDEO_QUERY_REL

Link Rel value for video queries (eg. /feeds/api/videos?q=dog)

Constant Value: "http://gdata.youtube.com/schemas/2007#video.query"

public static final String VIDEO_REL

Link Rel value for video.

Constant Value: "http://gdata.youtube.com/schemas/2007#video"

public static final String VLOG_REL

Link Rel value for a user's video log link.

Constant Value: "http://gdata.youtube.com/schemas/2007#user.vlog"

Fields

public static final XmlNamespace NS

Namespace object.

Public Constructors

public YouTubeNamespace ()