Package com.openai.models.vectorstores
        Class OtherFileChunkingStrategyObject.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class OtherFileChunkingStrategyObject.BuilderA builder for OtherFileChunkingStrategyObject.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final OtherFileChunkingStrategyObject.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final OtherFileChunkingStrategyObject.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final OtherFileChunkingStrategyObject.BuilderputAdditionalProperty(String key, JsonValue value)final OtherFileChunkingStrategyObject.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final OtherFileChunkingStrategyObject.BuilderremoveAdditionalProperty(String key)final OtherFileChunkingStrategyObject.BuilderremoveAllAdditionalProperties(Set<String> keys)final OtherFileChunkingStrategyObjectbuild()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.
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -