Class MessageDelta
- 
                    
                    - All Implemented Interfaces:
 
 public final class MessageDeltaThe delta containing the fields that have changed on the Message. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classMessageDelta.BuilderA builder for MessageDelta. public final classMessageDelta.RoleThe entity that produced the message. One of userorassistant.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<List<MessageContentDelta>>content()The content of the message in array of text and/or images. final Optional<MessageDelta.Role>role()The entity that produced the message. final JsonField<List<MessageContentDelta>>_content()Returns the raw JSON value of content. final JsonField<MessageDelta.Role>_role()Returns the raw JSON value of role. final Map<String, JsonValue>_additionalProperties()final MessageDelta.BuildertoBuilder()final MessageDeltavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageDelta.Builderbuilder()Returns a mutable builder for constructing an instance of MessageDelta. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        contentfinal Optional<List<MessageContentDelta>> content() The content of the message in array of text and/or images. 
 - 
                                        rolefinal Optional<MessageDelta.Role> role() The entity that produced the message. One of userorassistant.
 - 
                                        _contentfinal JsonField<List<MessageContentDelta>> _content() Returns the raw JSON value of content. Unlike content, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _rolefinal JsonField<MessageDelta.Role> _role() Returns the raw JSON value of role. Unlike role, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal MessageDelta.Builder toBuilder() 
 - 
                                        validatefinal MessageDelta validate() 
 - 
                                        builderfinal static MessageDelta.Builder builder() Returns a mutable builder for constructing an instance of MessageDelta. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-