Class BetaThinkingDelta.Builder
-
- All Implemented Interfaces:
public final class BetaThinkingDelta.BuilderA builder for BetaThinkingDelta.
-
-
Method Summary
Modifier and Type Method Description final BetaThinkingDelta.Builderthinking(String thinking)final BetaThinkingDelta.Builderthinking(JsonField<String> thinking)Sets Builder.thinking to an arbitrary JSON value. final BetaThinkingDelta.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final BetaThinkingDelta.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaThinkingDelta.BuilderputAdditionalProperty(String key, JsonValue value)final BetaThinkingDelta.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaThinkingDelta.BuilderremoveAdditionalProperty(String key)final BetaThinkingDelta.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaThinkingDeltabuild()Returns an immutable instance of BetaThinkingDelta. -
-
Method Detail
-
thinking
final BetaThinkingDelta.Builder thinking(String thinking)
-
thinking
final BetaThinkingDelta.Builder thinking(JsonField<String> thinking)
Sets Builder.thinking to an arbitrary JSON value.
You should usually call Builder.thinking with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaThinkingDelta.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("thinking_delta")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaThinkingDelta.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaThinkingDelta.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaThinkingDelta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaThinkingDelta.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaThinkingDelta.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaThinkingDelta build()
Returns an immutable instance of BetaThinkingDelta.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.thinking()
-
-
-
-