Package com.anthropic.models.beta.models
Class BetaCapabilitySupport
-
- All Implemented Interfaces:
public final class BetaCapabilitySupportIndicates whether a capability is supported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaCapabilitySupport.BuilderA builder for BetaCapabilitySupport.
-
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 BetaCapabilitySupport.BuildertoBuilder()final BetaCapabilitySupportvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaCapabilitySupport.Builderbuilder()Returns a mutable builder for constructing an instance of BetaCapabilitySupport. -
-
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 BetaCapabilitySupport.Builder toBuilder()
-
validate
final BetaCapabilitySupport 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 BetaCapabilitySupport.Builder builder()
Returns a mutable builder for constructing an instance of BetaCapabilitySupport.
The following fields are required:
.supported()
-
-
-
-