public static enum ShareSnapshot.Status extends Enum<ShareSnapshot.Status>
Enum Constant and Description |
---|
AVAILABLE |
CREATING |
DELETING |
ERROR |
ERROR_DELETING |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static ShareSnapshot.Status |
value(String v) |
static ShareSnapshot.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareSnapshot.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShareSnapshot.Status AVAILABLE
public static final ShareSnapshot.Status ERROR
public static final ShareSnapshot.Status CREATING
public static final ShareSnapshot.Status DELETING
public static final ShareSnapshot.Status ERROR_DELETING
public static ShareSnapshot.Status[] values()
for (ShareSnapshot.Status c : ShareSnapshot.Status.values()) System.out.println(c);
public static ShareSnapshot.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 static ShareSnapshot.Status value(String v)
public String value()
Copyright © 2017. All rights reserved.