public enum ResponseContextKeys extends Enum<ResponseContextKeys>
Enum Constant and Description |
---|
API_METRIC_COLUMN_NAMES |
ERROR_MESSAGE |
HEADERS |
MISSING_INTERVALS_CONTEXT_KEY |
PAGINATION_CONTEXT_KEY |
PAGINATION_LINKS_CONTEXT_KEY |
REQUESTED_API_DIMENSION_FIELDS |
STATUS |
VOLATILE_INTERVALS_CONTEXT_KEY |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static ResponseContextKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseContextKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseContextKeys MISSING_INTERVALS_CONTEXT_KEY
public static final ResponseContextKeys VOLATILE_INTERVALS_CONTEXT_KEY
public static final ResponseContextKeys PAGINATION_LINKS_CONTEXT_KEY
public static final ResponseContextKeys PAGINATION_CONTEXT_KEY
public static final ResponseContextKeys API_METRIC_COLUMN_NAMES
public static final ResponseContextKeys REQUESTED_API_DIMENSION_FIELDS
public static final ResponseContextKeys STATUS
public static final ResponseContextKeys ERROR_MESSAGE
public static final ResponseContextKeys HEADERS
public static ResponseContextKeys[] values()
for (ResponseContextKeys c : ResponseContextKeys.values()) System.out.println(c);
public static ResponseContextKeys 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.