public enum QueryField extends Enum<QueryField>
| Enum Constant and Description |
|---|
CONSUMER_ID |
CREATE_TIME |
END_TIME |
FULLY_QUALIFIED_CONSUMER_ID |
RESOURCE_OWNER |
RESOURCE_SCOPE |
RESOURCE_TYPE |
START_TIME |
| Modifier and Type | Method and Description |
|---|---|
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 CONSUMER_ID
public static final QueryField FULLY_QUALIFIED_CONSUMER_ID
public static final QueryField CREATE_TIME
public static final QueryField START_TIME
public static final QueryField END_TIME
public static final QueryField RESOURCE_TYPE
public static final QueryField RESOURCE_SCOPE
public static final QueryField RESOURCE_OWNER
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 toString()
toString in class Enum<QueryField>Copyright © 2015. All Rights Reserved.