public static enum AliyunDraftResTask.TaskType extends java.lang.Enum<AliyunDraftResTask.TaskType>
| Enum Constant and Description |
|---|
download
下载
|
preload
预加载
|
upload
上传
|
| Modifier and Type | Method and Description |
|---|---|
static AliyunDraftResTask.TaskType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AliyunDraftResTask.TaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AliyunDraftResTask.TaskType preload
public static final AliyunDraftResTask.TaskType upload
public static final AliyunDraftResTask.TaskType download
public static AliyunDraftResTask.TaskType[] values()
for (AliyunDraftResTask.TaskType c : AliyunDraftResTask.TaskType.values()) System.out.println(c);
public static AliyunDraftResTask.TaskType 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 null