public static class CommentBase.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected EnumWrapper<CommentBaseTypeField> |
type |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CommentBase |
build() |
CommentBase.Builder |
id(String id) |
CommentBase.Builder |
type(CommentBaseTypeField type) |
CommentBase.Builder |
type(EnumWrapper<CommentBaseTypeField> type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<CommentBaseTypeField> type
public Builder()
public CommentBase.Builder id(String id)
public CommentBase.Builder type(CommentBaseTypeField type)
public CommentBase.Builder type(EnumWrapper<CommentBaseTypeField> type)
public CommentBase build()