Package com.openai.models.responses
        Class ResponseOutputText.Annotation.FileCitation
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseOutputText.Annotation.FileCitationA citation to a file. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseOutputText.Annotation.FileCitation.BuilderA builder for FileCitation. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringfileId()The ID of the file. final Stringfilename()The filename of the file cited. final Longindex()The index of the file in the list of files. final JsonValue_type()The type of the file citation. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_filename()Returns the raw JSON value of filename. final JsonField<Long>_index()Returns the raw JSON value of index. final Map<String, JsonValue>_additionalProperties()final ResponseOutputText.Annotation.FileCitation.BuildertoBuilder()final ResponseOutputText.Annotation.FileCitationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseOutputText.Annotation.FileCitation.Builderbuilder()Returns a mutable builder for constructing an instance of FileCitation. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _typefinal JsonValue _type() The type of the file citation. Always file_citation.Expected to always return the following: JsonValue.from("file_citation")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. 
 - 
                                        _filenamefinal JsonField<String> _filename() Returns the raw JSON value of filename. Unlike filename, 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.FileCitation.Builder toBuilder() 
 - 
                                        validatefinal ResponseOutputText.Annotation.FileCitation validate() 
 - 
                                        builderfinal static ResponseOutputText.Annotation.FileCitation.Builder builder() Returns a mutable builder for constructing an instance of FileCitation. The following fields are required: .fileId() .filename() .index()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-