Package com.openai.models.vectorstores
        Class StaticFileChunkingStrategyObject
- 
                    
                    - All Implemented Interfaces:
 
 public final class StaticFileChunkingStrategyObject
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classStaticFileChunkingStrategyObject.BuilderA builder for StaticFileChunkingStrategyObject. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StaticFileChunkingStrategystatic_()final JsonValue_type()Always static.final JsonField<StaticFileChunkingStrategy>_static_()Returns the raw JSON value of static_. final Map<String, JsonValue>_additionalProperties()final StaticFileChunkingStrategyObject.BuildertoBuilder()final StaticFileChunkingStrategyObjectvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static StaticFileChunkingStrategyObject.Builderbuilder()Returns a mutable builder for constructing an instance of StaticFileChunkingStrategyObject. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        static_final StaticFileChunkingStrategy static_() 
 - 
                                        _typefinal JsonValue _type() Always static.Expected to always return the following: JsonValue.from("static")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _static_final JsonField<StaticFileChunkingStrategy> _static_() Returns the raw JSON value of static_. Unlike static_, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal StaticFileChunkingStrategyObject.Builder toBuilder() 
 - 
                                        validatefinal StaticFileChunkingStrategyObject validate() 
 - 
                                        builderfinal static StaticFileChunkingStrategyObject.Builder builder() Returns a mutable builder for constructing an instance of StaticFileChunkingStrategyObject. The following fields are required: .static_()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-