Class MessageStreamEvent.ThreadMessageIncomplete
- 
                    
                    - All Implemented Interfaces:
 
 public final class MessageStreamEvent.ThreadMessageIncompleteOccurs when a message ends before it is completed. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classMessageStreamEvent.ThreadMessageIncomplete.BuilderA builder for ThreadMessageIncomplete. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Messagedata()Represents a message within a thread. final JsonValue_event()Expected to always return the following: 
 However, this method can be useful for debugging and logging (e.g.JsonValue.from("thread.message.incomplete")final JsonField<Message>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final MessageStreamEvent.ThreadMessageIncomplete.BuildertoBuilder()final MessageStreamEvent.ThreadMessageIncompletevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageStreamEvent.ThreadMessageIncomplete.Builderbuilder()Returns a mutable builder for constructing an instance of ThreadMessageIncomplete. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _eventfinal JsonValue _event() Expected to always return the following: JsonValue.from("thread.message.incomplete")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _datafinal JsonField<Message> _data() Returns the raw JSON value of data. Unlike data, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal MessageStreamEvent.ThreadMessageIncomplete.Builder toBuilder() 
 - 
                                        validatefinal MessageStreamEvent.ThreadMessageIncomplete validate() 
 - 
                                        builderfinal static MessageStreamEvent.ThreadMessageIncomplete.Builder builder() Returns a mutable builder for constructing an instance of ThreadMessageIncomplete. The following fields are required: .data()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-