public static class MetadataQueryOrderByField.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<MetadataQueryOrderByDirectionField> |
direction |
protected String |
fieldKey |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MetadataQueryOrderByField |
build() |
MetadataQueryOrderByField.Builder |
direction(EnumWrapper<MetadataQueryOrderByDirectionField> direction) |
MetadataQueryOrderByField.Builder |
direction(MetadataQueryOrderByDirectionField direction) |
MetadataQueryOrderByField.Builder |
fieldKey(String fieldKey) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<MetadataQueryOrderByDirectionField> direction
public Builder()
public MetadataQueryOrderByField.Builder fieldKey(String fieldKey)
public MetadataQueryOrderByField.Builder direction(MetadataQueryOrderByDirectionField direction)
public MetadataQueryOrderByField.Builder direction(EnumWrapper<MetadataQueryOrderByDirectionField> direction)
public MetadataQueryOrderByField build()