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