|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UploadStatusEnum>
com.brightcove.mobile.mediaapi.model.enums.UploadStatusEnum
public enum UploadStatusEnum
Indicates the status of a newly uploaded video.
| Enum Constant Summary | |
|---|---|
COMPLETE
Video upload and processing have completed |
|
ERROR
Indicates an error during upload or processing |
|
PROCESSING
Video is being processed after upload for transcoding |
|
UPLOADING
Video is still in the process of being uploaded |
|
| Method Summary | |
|---|---|
static UploadStatusEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UploadStatusEnum[] |
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 UploadStatusEnum UPLOADING
public static final UploadStatusEnum PROCESSING
public static final UploadStatusEnum COMPLETE
public static final UploadStatusEnum ERROR
| Method Detail |
|---|
public static UploadStatusEnum[] values()
for (UploadStatusEnum c : UploadStatusEnum.values()) System.out.println(c);
public static UploadStatusEnum 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 | |||||||||