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