Package com.openai.models
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)
Always other
.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()
-
-
Method Detail
-
type
final OtherFileChunkingStrategyObject.Builder type(JsonValue type)
Always
other
.
-
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()
-
-
-
-