Class FileCitationDeltaAnnotation.FileCitation
- 
                    
                    - All Implemented Interfaces:
 
 public final class FileCitationDeltaAnnotation.FileCitation
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFileCitationDeltaAnnotation.FileCitation.BuilderA builder for FileCitation. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>fileId()The ID of the specific File the citation is from. final Optional<String>quote()The specific quote in the file. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_quote()Returns the raw JSON value of quote. final Map<String, JsonValue>_additionalProperties()final FileCitationDeltaAnnotation.FileCitation.BuildertoBuilder()final FileCitationDeltaAnnotation.FileCitationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileCitationDeltaAnnotation.FileCitation.Builderbuilder()Returns a mutable builder for constructing an instance of FileCitation. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _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. 
 - 
                                        _quotefinal JsonField<String> _quote() Returns the raw JSON value of quote. Unlike quote, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal FileCitationDeltaAnnotation.FileCitation.Builder toBuilder() 
 - 
                                        validatefinal FileCitationDeltaAnnotation.FileCitation validate() 
 - 
                                        builderfinal static FileCitationDeltaAnnotation.FileCitation.Builder builder() Returns a mutable builder for constructing an instance of FileCitation. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-