public static class

YouTubeService.Versions

extends Object
java.lang.Object
   ↳ com.google.gdata.client.youtube.YouTubeService.Versions

Class Overview

All released version of the YouTube API.

Summary

Fields
public static final Version[] ALL
public static final Version LATEST A shortcut to the latest version.
public static final Version V1 Initial version of the API, based on GData version 1.
public static final Version V2 Newer version of the API, based on GData version 2.
Public Constructors
YouTubeService.Versions()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Version[] ALL

public static final Version LATEST

A shortcut to the latest version.

public static final Version V1

Initial version of the API, based on GData version 1.

public static final Version V2

Newer version of the API, based on GData version 2.

Public Constructors

public YouTubeService.Versions ()