Class TextDelta
- 
                    
                    - All Implemented Interfaces:
 
 public final class TextDelta
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classTextDelta.BuilderA builder for TextDelta. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<List<AnnotationDelta>>annotations()final Optional<String>value()The data that makes up the text. final JsonField<List<AnnotationDelta>>_annotations()Returns the raw JSON value of annotations. final JsonField<String>_value()Returns the raw JSON value of value. final Map<String, JsonValue>_additionalProperties()final TextDelta.BuildertoBuilder()final TextDeltavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TextDelta.Builderbuilder()Returns a mutable builder for constructing an instance of TextDelta. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        annotationsfinal Optional<List<AnnotationDelta>> annotations() 
 - 
                                        _annotationsfinal JsonField<List<AnnotationDelta>> _annotations() Returns the raw JSON value of annotations. Unlike annotations, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _valuefinal JsonField<String> _value() Returns the raw JSON value of value. Unlike value, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal TextDelta.Builder toBuilder() 
 - 
                                        builderfinal static TextDelta.Builder builder() Returns a mutable builder for constructing an instance of TextDelta. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-