public static final enum

YtPublicationState.State

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.data.youtube.YtPublicationState.State

Class Overview

Current state. This tag never appears on published (live) entries, so there is no state PUBLISHED.

Summary

Enum Values
YtPublicationState.State  DELETED  Entry was removed by the owner. 
YtPublicationState.State  FAILED  The entry was not successfully processed. 
YtPublicationState.State  INCOMPLETE  The entry has not been completely defined yet, but it's been stored already. 
YtPublicationState.State  PROCESSING  The entry has just been uploaded and is not yet publicly available. 
YtPublicationState.State  REJECTED  The entry has been rejected. 
YtPublicationState.State  RESTRICTED  Entry is restricted for the current user, see reasonCode for details. 
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static YtPublicationState.State valueOf(String name)
final static State[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final YtPublicationState.State DELETED

Entry was removed by the owner.

public static final YtPublicationState.State FAILED

The entry was not successfully processed.

public static final YtPublicationState.State INCOMPLETE

The entry has not been completely defined yet, but it's been stored already. Either the entry data or the description is missing.

public static final YtPublicationState.State PROCESSING

The entry has just been uploaded and is not yet publicly available.

public static final YtPublicationState.State REJECTED

The entry has been rejected.

public static final YtPublicationState.State RESTRICTED

Entry is restricted for the current user, see reasonCode for details.

Public Methods

public static YtPublicationState.State valueOf (String name)

Parameters
name

public static final State[] values ()