public enum QueryField extends Enum<QueryField>
| Enum Constant and Description |
|---|
CONTENT_TYPE |
ETAG |
KEY |
LABEL |
LAST_MODIFIED |
TAGS |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getField() |
String |
toString() |
static QueryField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryField ETAG
public static final QueryField KEY
public static final QueryField LABEL
public static final QueryField CONTENT_TYPE
public static final QueryField VALUE
public static final QueryField LAST_MODIFIED
public static final QueryField TAGS
public static QueryField[] values()
for (QueryField c : QueryField.values()) System.out.println(c);
public static QueryField 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 getField()
public String toString()
toString in class Enum<QueryField>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.