Package com.anthropic.models.messages
Class CitationsConfigParam
-
- All Implemented Interfaces:
public final class CitationsConfigParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCitationsConfigParam.BuilderA builder for CitationsConfigParam.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>enabled()final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final Map<String, JsonValue>_additionalProperties()final CitationsConfigParam.BuildertoBuilder()final CitationsConfigParamvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CitationsConfigParam.Builderbuilder()Returns a mutable builder for constructing an instance of CitationsConfigParam. -
-
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 CitationsConfigParam.Builder toBuilder()
-
validate
final CitationsConfigParam validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static CitationsConfigParam.Builder builder()
Returns a mutable builder for constructing an instance of CitationsConfigParam.
-
-
-
-