Package com.openai.models.beta.responses
Class BetaComputerTool.Builder
-
- All Implemented Interfaces:
public final class BetaComputerTool.BuilderA builder for BetaComputerTool.
-
-
Method Summary
Modifier and Type Method Description final BetaComputerTool.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final BetaComputerTool.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaComputerTool.BuilderputAdditionalProperty(String key, JsonValue value)final BetaComputerTool.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaComputerTool.BuilderremoveAdditionalProperty(String key)final BetaComputerTool.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaComputerToolbuild()Returns an immutable instance of BetaComputerTool. -
-
Method Detail
-
type
final BetaComputerTool.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("computer")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaComputerTool.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaComputerTool.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaComputerTool.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaComputerTool.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaComputerTool.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaComputerTool build()
Returns an immutable instance of BetaComputerTool.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-