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