| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.gdata.data.youtube.YtPublicationState.State | |
Current state.
This tag never appears on published (live) entries, so there
is no state PUBLISHED.
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The entry has not been completely defined yet, but it's been stored already. Either the entry data or the description is missing.
The entry has just been uploaded and is not yet publicly available.
Entry is restricted for the current user, see reasonCode for details.