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