Package com.openai.models.vectorstores
        Class OtherFileChunkingStrategyObject.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class OtherFileChunkingStrategyObject.BuilderA builder for OtherFileChunkingStrategyObject. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier 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- 
                                        typefinal 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. 
 - 
                                        additionalPropertiesfinal OtherFileChunkingStrategyObject.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal OtherFileChunkingStrategyObject.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal OtherFileChunkingStrategyObject.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal OtherFileChunkingStrategyObject.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal OtherFileChunkingStrategyObject.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal OtherFileChunkingStrategyObject build() Returns an immutable instance of OtherFileChunkingStrategyObject. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-