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