|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<YtPublicationState.State>
com.google.gdata.data.youtube.YtPublicationState.State
public static enum YtPublicationState.State
Current state.
This tag never appears on published (live) videos, so there
is no state PUBLISHED
.
Enum Constant Summary | |
---|---|
DELETED
Video was removed by the owner. |
|
FAILED
The video was not successfully processed. |
|
INCOMPLETE
The video has not been completely defined yet, but it's been stored already. |
|
PROCESSING
The video has just been uploaded and is not yet publicly available. |
|
REJECTED
The video has been rejected. |
Method Summary | |
---|---|
static YtPublicationState.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static YtPublicationState.State[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final YtPublicationState.State INCOMPLETE
public static final YtPublicationState.State PROCESSING
public static final YtPublicationState.State REJECTED
public static final YtPublicationState.State FAILED
public static final YtPublicationState.State DELETED
Method Detail |
---|
public static YtPublicationState.State[] values()
for (YtPublicationState.State c : YtPublicationState.State.values()) System.out.println(c);
public static YtPublicationState.State valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |