Class MessageDeltaEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class MessageDeltaEventRepresents a message delta i.e. any changed fields on a message during streaming. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classMessageDeltaEvent.BuilderA builder for MessageDeltaEvent. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()The identifier of the message, which can be referenced in API endpoints. final MessageDeltadelta()The delta containing the fields that have changed on the Message. final JsonValue_object_()The object type, which is always thread.message.delta.final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<MessageDelta>_delta()Returns the raw JSON value of delta. final Map<String, JsonValue>_additionalProperties()final MessageDeltaEvent.BuildertoBuilder()final MessageDeltaEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageDeltaEvent.Builderbuilder()Returns a mutable builder for constructing an instance of MessageDeltaEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        deltafinal MessageDelta delta() The delta containing the fields that have changed on the Message. 
 - 
                                        _object_final JsonValue _object_() The object type, which is always thread.message.delta.Expected to always return the following: JsonValue.from("thread.message.delta")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _idfinal JsonField<String> _id() Returns the raw JSON value of id. Unlike id, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _deltafinal JsonField<MessageDelta> _delta() Returns the raw JSON value of delta. Unlike delta, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal MessageDeltaEvent.Builder toBuilder() 
 - 
                                        validatefinal MessageDeltaEvent validate() 
 - 
                                        builderfinal static MessageDeltaEvent.Builder builder() Returns a mutable builder for constructing an instance of MessageDeltaEvent. The following fields are required: .id() .delta()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-