Package com.openai.models.vectorstores
        Class StaticFileChunkingStrategyObject.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class StaticFileChunkingStrategyObject.BuilderA builder for StaticFileChunkingStrategyObject.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
static_
final StaticFileChunkingStrategyObject.Builder static_(StaticFileChunkingStrategy static_)
 
- 
                                        
static_
final StaticFileChunkingStrategyObject.Builder static_(JsonField<StaticFileChunkingStrategy> static_)
Sets Builder.static_ to an arbitrary JSON value.
You should usually call Builder.static_ with a well-typed StaticFileChunkingStrategy value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
type
final StaticFileChunkingStrategyObject.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("static")This method is primarily for setting the field to an undocumented or not yet supported value.
 
- 
                                        
additionalProperties
final StaticFileChunkingStrategyObject.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final StaticFileChunkingStrategyObject.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final StaticFileChunkingStrategyObject.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final StaticFileChunkingStrategyObject.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final StaticFileChunkingStrategyObject.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final StaticFileChunkingStrategyObject build()
Returns an immutable instance of StaticFileChunkingStrategyObject.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.static_() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -