Class BetaThinkingConfigDisabled.Builder
-
- All Implemented Interfaces:
public final class BetaThinkingConfigDisabled.BuilderA builder for BetaThinkingConfigDisabled.
-
-
Method Summary
Modifier and Type Method Description final BetaThinkingConfigDisabled.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final BetaThinkingConfigDisabled.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaThinkingConfigDisabled.BuilderputAdditionalProperty(String key, JsonValue value)final BetaThinkingConfigDisabled.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaThinkingConfigDisabled.BuilderremoveAdditionalProperty(String key)final BetaThinkingConfigDisabled.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaThinkingConfigDisabledbuild()Returns an immutable instance of BetaThinkingConfigDisabled. -
-
Method Detail
-
type
final BetaThinkingConfigDisabled.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("disabled")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaThinkingConfigDisabled.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaThinkingConfigDisabled.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaThinkingConfigDisabled.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaThinkingConfigDisabled.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaThinkingConfigDisabled.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaThinkingConfigDisabled build()
Returns an immutable instance of BetaThinkingConfigDisabled.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-