public static class Comments.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected List<CommentFull> |
entries |
protected Long |
limit |
protected Long |
offset |
protected List<CommentsOrderField> |
order |
protected Long |
totalCount |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Comments |
build() |
Comments.Builder |
entries(List<CommentFull> entries) |
Comments.Builder |
limit(Long limit) |
Comments.Builder |
offset(Long offset) |
Comments.Builder |
order(List<CommentsOrderField> order) |
Comments.Builder |
totalCount(Long totalCount) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long totalCount
protected List<CommentsOrderField> order
protected List<CommentFull> entries
public Builder()
public Comments.Builder totalCount(Long totalCount)
public Comments.Builder limit(Long limit)
public Comments.Builder offset(Long offset)
public Comments.Builder order(List<CommentsOrderField> order)
public Comments.Builder entries(List<CommentFull> entries)