public static enum BackupUploadStatus.Status extends java.lang.Enum<BackupUploadStatus.Status>
| Enum Constant and Description | 
|---|
CANCELLED  | 
DONE  | 
FAILED  | 
IN_PROGRESS  | 
NOT_STARTED  | 
PENDING  | 
| Modifier and Type | Method and Description | 
|---|---|
static BackupUploadStatus.Status | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static BackupUploadStatus.Status[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BackupUploadStatus.Status NOT_STARTED
public static final BackupUploadStatus.Status IN_PROGRESS
public static final BackupUploadStatus.Status FAILED
public static final BackupUploadStatus.Status DONE
public static final BackupUploadStatus.Status CANCELLED
public static final BackupUploadStatus.Status PENDING
public static BackupUploadStatus.Status[] values()
for (BackupUploadStatus.Status c : BackupUploadStatus.Status.values()) System.out.println(c);
public static BackupUploadStatus.Status 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