Package com.openai.models.responses
        Class ResponseOutputText.Annotation.FilePath
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseOutputText.Annotation.FilePathA path to a file. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseOutputText.Annotation.FilePath.BuilderA builder for FilePath. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringfileId()The ID of the file. final Longindex()The index of the file in the list of files. final JsonValue_type()The type of the file path. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<Long>_index()Returns the raw JSON value of index. final Map<String, JsonValue>_additionalProperties()final ResponseOutputText.Annotation.FilePath.BuildertoBuilder()final ResponseOutputText.Annotation.FilePathvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseOutputText.Annotation.FilePath.Builderbuilder()Returns a mutable builder for constructing an instance of FilePath. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of the file path. Always file_path.Expected to always return the following: JsonValue.from("file_path")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _fileIdfinal JsonField<String> _fileId() Returns the raw JSON value of fileId. Unlike fileId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _indexfinal JsonField<Long> _index() Returns the raw JSON value of index. Unlike index, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseOutputText.Annotation.FilePath.Builder toBuilder() 
 - 
                                        validatefinal ResponseOutputText.Annotation.FilePath validate() 
 - 
                                        builderfinal static ResponseOutputText.Annotation.FilePath.Builder builder() Returns a mutable builder for constructing an instance of FilePath. The following fields are required: .fileId() .index()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-