public static enum Upload.CompletedByEnum extends Enum<Upload.CompletedByEnum>
Modifier and Type | Class and Description |
---|---|
static class |
Upload.CompletedByEnum.Adapter |
Modifier and Type | Method and Description |
---|---|
static Upload.CompletedByEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Upload.CompletedByEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Upload.CompletedByEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Upload.CompletedByEnum APP
public static final Upload.CompletedByEnum S3_WORKER
public static Upload.CompletedByEnum[] values()
for (Upload.CompletedByEnum c : Upload.CompletedByEnum.values()) System.out.println(c);
public static Upload.CompletedByEnum 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 String toString()
toString
in class Enum<Upload.CompletedByEnum>
public static Upload.CompletedByEnum fromValue(String text)
Copyright © 2024 Sage Bionetworks. All rights reserved.