Package com.anthropic.models.beta.models
Class BetaThinkingCapability.Builder
-
- All Implemented Interfaces:
public final class BetaThinkingCapability.BuilderA builder for BetaThinkingCapability.
-
-
Method Summary
-
-
Method Detail
-
supported
final BetaThinkingCapability.Builder supported(Boolean supported)
Whether this capability is supported by the model.
-
supported
final BetaThinkingCapability.Builder supported(JsonField<Boolean> supported)
Sets Builder.supported to an arbitrary JSON value.
You should usually call Builder.supported with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
types
final BetaThinkingCapability.Builder types(BetaThinkingTypes types)
Supported thinking type configurations.
-
types
final BetaThinkingCapability.Builder types(JsonField<BetaThinkingTypes> types)
Sets Builder.types to an arbitrary JSON value.
You should usually call Builder.types with a well-typed BetaThinkingTypes value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaThinkingCapability.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaThinkingCapability.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaThinkingCapability.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaThinkingCapability.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaThinkingCapability.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaThinkingCapability build()
Returns an immutable instance of BetaThinkingCapability.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.supported() .types()
-
-
-
-