Class MessageDeleted
- 
                    
                    - All Implemented Interfaces:
 
 public final class MessageDeleted
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classMessageDeleted.BuilderA builder for MessageDeleted. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()final Booleandeleted()final JsonValue_object_()Expected to always return the following: 
 However, this method can be useful for debugging and logging (e.g.JsonValue.from("thread.message.deleted")final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Boolean>_deleted()Returns the raw JSON value of deleted. final Map<String, JsonValue>_additionalProperties()final MessageDeleted.BuildertoBuilder()final MessageDeletedvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MessageDeleted.Builderbuilder()Returns a mutable builder for constructing an instance of MessageDeleted. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _object_final JsonValue _object_() Expected to always return the following: JsonValue.from("thread.message.deleted")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. 
 - 
                                        _deletedfinal JsonField<Boolean> _deleted() Returns the raw JSON value of deleted. Unlike deleted, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal MessageDeleted.Builder toBuilder() 
 - 
                                        validatefinal MessageDeleted validate() 
 - 
                                        builderfinal static MessageDeleted.Builder builder() Returns a mutable builder for constructing an instance of MessageDeleted. The following fields are required: .id() .deleted()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-