public class MetadataQueryOrderByField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataQueryOrderByField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<MetadataQueryOrderByDirectionField> |
direction
The direction to order by, either ascending or descending.
|
protected String |
fieldKey
The metadata template field to order by.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
MetadataQueryOrderByField() |
protected |
MetadataQueryOrderByField(MetadataQueryOrderByField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<MetadataQueryOrderByDirectionField> |
getDirection() |
String |
getFieldKey() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String fieldKey
The `field_key` represents the `key` value of a field from the metadata template being searched for.
protected EnumWrapper<MetadataQueryOrderByDirectionField> direction
The `ordering` direction must be the same for each item in the array.
public MetadataQueryOrderByField()
protected MetadataQueryOrderByField(MetadataQueryOrderByField.Builder builder)
public String getFieldKey()
public EnumWrapper<MetadataQueryOrderByDirectionField> getDirection()