public static enum ListUploadFilesRequest.Status extends Enum<ListUploadFilesRequest.Status>
Upload File processing state.
| Enum Constant and Description |
|---|
Failed |
InProgress |
Successful |
| Modifier and Type | Method and Description |
|---|---|
static ListUploadFilesRequest.Status |
create(String key) |
String |
getValue() |
static ListUploadFilesRequest.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUploadFilesRequest.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUploadFilesRequest.Status InProgress
public static final ListUploadFilesRequest.Status Successful
public static final ListUploadFilesRequest.Status Failed
public static ListUploadFilesRequest.Status[] values()
for (ListUploadFilesRequest.Status c : ListUploadFilesRequest.Status.values()) System.out.println(c);
public static ListUploadFilesRequest.Status 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 getValue()
public static ListUploadFilesRequest.Status create(String key)
Copyright © 2016–2021. All rights reserved.