public enum QueryInsightsMetricDefinitionV2026R0TypeField extends Enum<QueryInsightsMetricDefinitionV2026R0TypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryInsightsMetricDefinitionV2026R0TypeField.QueryInsightsMetricDefinitionV2026R0TypeFieldDeserializer |
static class |
QueryInsightsMetricDefinitionV2026R0TypeField.QueryInsightsMetricDefinitionV2026R0TypeFieldSerializer |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static QueryInsightsMetricDefinitionV2026R0TypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryInsightsMetricDefinitionV2026R0TypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryInsightsMetricDefinitionV2026R0TypeField SUM
public static final QueryInsightsMetricDefinitionV2026R0TypeField AVG
public static final QueryInsightsMetricDefinitionV2026R0TypeField MIN
public static final QueryInsightsMetricDefinitionV2026R0TypeField MAX
public static final QueryInsightsMetricDefinitionV2026R0TypeField COUNT
public static QueryInsightsMetricDefinitionV2026R0TypeField[] values()
for (QueryInsightsMetricDefinitionV2026R0TypeField c : QueryInsightsMetricDefinitionV2026R0TypeField.values()) System.out.println(c);
public static QueryInsightsMetricDefinitionV2026R0TypeField 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 null