public enum VideoCloudState extends java.lang.Enum<VideoCloudState>
GUID.UID_VIDEO_CLOUD_STATE
Enum Constant and Description |
---|
NOT_UPLOADED
Video is not uploaded to Video Cloud
|
PUBLISHED
Video is published in Video Cloud
|
PUBLISHING
Video is publishing in Video Cloud
|
UPLOADED
Video was uploaded to Video Cloud
|
UPLOADING
Video is uploading to Video Cloud
|
Modifier and Type | Method and Description |
---|---|
static VideoCloudState |
find(int id) |
int |
getID() |
java.lang.String |
toString() |
static VideoCloudState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VideoCloudState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VideoCloudState NOT_UPLOADED
public static final VideoCloudState UPLOADING
public static final VideoCloudState UPLOADED
public static final VideoCloudState PUBLISHING
public static final VideoCloudState PUBLISHED
public static VideoCloudState[] values()
for (VideoCloudState c : VideoCloudState.values()) System.out.println(c);
public static VideoCloudState 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 namejava.lang.NullPointerException
- if the argument is nullpublic static VideoCloudState find(int id)
public int getID()
public java.lang.String toString()
toString
in class java.lang.Enum<VideoCloudState>
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.