Class BetaToolTextEditor20250124.Builder
-
- All Implemented Interfaces:
public final class BetaToolTextEditor20250124.BuilderA builder for BetaToolTextEditor20250124.
-
-
Method Summary
-
-
Method Detail
-
name
final BetaToolTextEditor20250124.Builder name(JsonValue name)
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("str_replace_editor")This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaToolTextEditor20250124.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("text_editor_20250124")This method is primarily for setting the field to an undocumented or not yet supported value.
-
cacheControl
final BetaToolTextEditor20250124.Builder cacheControl(BetaCacheControlEphemeral cacheControl)
Create a cache control breakpoint at this content block.
-
cacheControl
final BetaToolTextEditor20250124.Builder cacheControl(Optional<BetaCacheControlEphemeral> cacheControl)
Alias for calling Builder.cacheControl with
cacheControl.orElse(null).
-
cacheControl
final BetaToolTextEditor20250124.Builder cacheControl(JsonField<BetaCacheControlEphemeral> cacheControl)
Sets Builder.cacheControl to an arbitrary JSON value.
You should usually call Builder.cacheControl with a well-typed BetaCacheControlEphemeral value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaToolTextEditor20250124.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaToolTextEditor20250124.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaToolTextEditor20250124.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaToolTextEditor20250124.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaToolTextEditor20250124.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaToolTextEditor20250124 build()
Returns an immutable instance of BetaToolTextEditor20250124.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-