public enum Messages extends Enum<Messages>
| Modifier and Type | Field and Description |
|---|---|
static String |
BLOB_OWNER_INFO |
static String |
CHECKPOINT_INFO |
static String |
CLAIM_ERROR |
static String |
FOUND_BLOB_FOR_PARTITION |
static String |
NO_METADATA_AVAILABLE_FOR_BLOB |
| Modifier and Type | Method and Description |
|---|---|
static String |
getMessage(String key) |
static Messages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final String NO_METADATA_AVAILABLE_FOR_BLOB
public static final String CLAIM_ERROR
public static final String FOUND_BLOB_FOR_PARTITION
public static final String BLOB_OWNER_INFO
public static final String CHECKPOINT_INFO
public static Messages[] values()
public static Messages 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 nullVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.