public enum DruidJsonRequestContentKeys extends Enum<DruidJsonRequestContentKeys>
Enum Constant and Description |
---|
ETAG |
NON_EXISTING_ETAG_VALUE |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static DruidJsonRequestContentKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DruidJsonRequestContentKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DruidJsonRequestContentKeys ETAG
public static final DruidJsonRequestContentKeys NON_EXISTING_ETAG_VALUE
public static DruidJsonRequestContentKeys[] values()
for (DruidJsonRequestContentKeys c : DruidJsonRequestContentKeys.values()) System.out.println(c);
public static DruidJsonRequestContentKeys 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 getName()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.