Package com.anthropic.models.messages
Class CitationsConfig
-
- All Implemented Interfaces:
public final class CitationsConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCitationsConfig.BuilderA builder for CitationsConfig.
-
Method Summary
Modifier and Type Method Description final Booleanenabled()final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final Map<String, JsonValue>_additionalProperties()final CitationsConfig.BuildertoBuilder()final CitationsConfigvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CitationsConfig.Builderbuilder()Returns a mutable builder for constructing an instance of CitationsConfig. -
-
Method Detail
-
_enabled
final JsonField<Boolean> _enabled()
Returns the raw JSON value of enabled.
Unlike enabled, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CitationsConfig.Builder toBuilder()
-
validate
final CitationsConfig validate()
-
builder
final static CitationsConfig.Builder builder()
Returns a mutable builder for constructing an instance of CitationsConfig.
The following fields are required:
.enabled()
-
-
-
-