Package com.openai.models
Class VectorStoreDeleted.Builder
-
- All Implemented Interfaces:
public final class VectorStoreDeleted.Builder
-
-
Constructor Summary
Constructors Constructor Description VectorStoreDeleted.Builder()
-
Method Summary
Modifier and Type Method Description final VectorStoreDeleted.Builderid(String id)final VectorStoreDeleted.Builderid(JsonField<String> id)final VectorStoreDeleted.Builderdeleted(Boolean deleted)final VectorStoreDeleted.Builderdeleted(JsonField<Boolean> deleted)final VectorStoreDeleted.Builderobject_(JsonValue object_)final VectorStoreDeleted.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final VectorStoreDeleted.BuilderputAdditionalProperty(String key, JsonValue value)final VectorStoreDeleted.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final VectorStoreDeleted.BuilderremoveAdditionalProperty(String key)final VectorStoreDeleted.BuilderremoveAllAdditionalProperties(Set<String> keys)final VectorStoreDeletedbuild()-
-
Method Detail
-
id
final VectorStoreDeleted.Builder id(String id)
-
id
final VectorStoreDeleted.Builder id(JsonField<String> id)
-
deleted
final VectorStoreDeleted.Builder deleted(Boolean deleted)
-
deleted
final VectorStoreDeleted.Builder deleted(JsonField<Boolean> deleted)
-
object_
final VectorStoreDeleted.Builder object_(JsonValue object_)
-
additionalProperties
final VectorStoreDeleted.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final VectorStoreDeleted.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final VectorStoreDeleted.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final VectorStoreDeleted.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final VectorStoreDeleted.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final VectorStoreDeleted build()
-
-
-
-