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