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