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