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