public class QueryOrderByV2026R0 extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<QueryOrderByV2026R0DirectionField> |
direction
The direction in which results are ordered.
|
protected String |
fieldKey
The fully qualified field key to sort by.
|
explicitlySetNullableFields| Constructor and Description |
|---|
QueryOrderByV2026R0(String fieldKey,
EnumWrapper<QueryOrderByV2026R0DirectionField> direction) |
QueryOrderByV2026R0(String fieldKey,
QueryOrderByV2026R0DirectionField direction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<QueryOrderByV2026R0DirectionField> |
getDirection() |
String |
getFieldKey() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<QueryOrderByV2026R0DirectionField> direction
public QueryOrderByV2026R0(String fieldKey, QueryOrderByV2026R0DirectionField direction)
public QueryOrderByV2026R0(String fieldKey, EnumWrapper<QueryOrderByV2026R0DirectionField> direction)
public String getFieldKey()
public EnumWrapper<QueryOrderByV2026R0DirectionField> getDirection()