public enum UploadSessionTypeField extends Enum<UploadSessionTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
UploadSessionTypeField.UploadSessionTypeFieldDeserializer |
static class |
UploadSessionTypeField.UploadSessionTypeFieldSerializer |
| Enum Constant and Description |
|---|
UPLOAD_SESSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static UploadSessionTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadSessionTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UploadSessionTypeField UPLOAD_SESSION
public static UploadSessionTypeField[] values()
for (UploadSessionTypeField c : UploadSessionTypeField.values()) System.out.println(c);
public static UploadSessionTypeField 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 null