Package com.anthropic.models.models
Class CapabilitySupport
-
- All Implemented Interfaces:
public final class CapabilitySupportIndicates whether a capability is supported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCapabilitySupport.BuilderA builder for CapabilitySupport.
-
Method Summary
Modifier and Type Method Description final Booleansupported()Whether this capability is supported by the model. final JsonField<Boolean>_supported()Returns the raw JSON value of supported. final Map<String, JsonValue>_additionalProperties()final CapabilitySupport.BuildertoBuilder()final CapabilitySupportvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CapabilitySupport.Builderbuilder()Returns a mutable builder for constructing an instance of CapabilitySupport. -
-
Method Detail
-
_supported
final JsonField<Boolean> _supported()
Returns the raw JSON value of supported.
Unlike supported, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CapabilitySupport.Builder toBuilder()
-
validate
final CapabilitySupport 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 CapabilitySupport.Builder builder()
Returns a mutable builder for constructing an instance of CapabilitySupport.
The following fields are required:
.supported()
-
-
-
-