public static enum AdVideo.EnumUploadPhase extends Enum<AdVideo.EnumUploadPhase>
| Enum Constant and Description |
|---|
VALUE_CANCEL |
VALUE_FINISH |
VALUE_START |
VALUE_TRANSFER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdVideo.EnumUploadPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdVideo.EnumUploadPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdVideo.EnumUploadPhase VALUE_CANCEL
public static final AdVideo.EnumUploadPhase VALUE_FINISH
public static final AdVideo.EnumUploadPhase VALUE_START
public static final AdVideo.EnumUploadPhase VALUE_TRANSFER
public static AdVideo.EnumUploadPhase[] values()
for (AdVideo.EnumUploadPhase c : AdVideo.EnumUploadPhase.values()) System.out.println(c);
public static AdVideo.EnumUploadPhase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AdVideo.EnumUploadPhase>Copyright © 2020. All rights reserved.