public enum VodUploadProgressEventType extends Enum<VodUploadProgressEventType>
| Enum Constant and Description |
|---|
FILE_SIZE_EVENT |
UPLOAD_BYTES_EVENT |
| Modifier and Type | Method and Description |
|---|---|
static VodUploadProgressEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VodUploadProgressEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VodUploadProgressEventType FILE_SIZE_EVENT
public static final VodUploadProgressEventType UPLOAD_BYTES_EVENT
public static VodUploadProgressEventType[] values()
for (VodUploadProgressEventType c : VodUploadProgressEventType.values()) System.out.println(c);
public static VodUploadProgressEventType 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 nullCopyright © 2025. All rights reserved.