public static enum AggregationQuery.Mode extends Enum<AggregationQuery.Mode>
Enum Constant and Description |
---|
GQL |
STRUCTURED |
Modifier and Type | Method and Description |
---|---|
static AggregationQuery.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationQuery.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationQuery.Mode STRUCTURED
public static final AggregationQuery.Mode GQL
public static AggregationQuery.Mode[] values()
for (AggregationQuery.Mode c : AggregationQuery.Mode.values()) System.out.println(c);
public static AggregationQuery.Mode 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 nullCopyright © 2023 Google LLC. All rights reserved.