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