Class ChatKitThread.Status.Closed
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitThread.Status.ClosedIndicates that a thread has been closed. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatKitThread.Status.Closed.BuilderA builder for Closed. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>reason()Reason that the thread was closed. final JsonValue_type()Status discriminator that is always closed.final JsonField<String>_reason()Returns the raw JSON value of reason. final Map<String, JsonValue>_additionalProperties()final ChatKitThread.Status.Closed.BuildertoBuilder()final ChatKitThread.Status.Closedvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatKitThread.Status.Closed.Builderbuilder()Returns a mutable builder for constructing an instance of Closed. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        reasonfinal Optional<String> reason() Reason that the thread was closed. Defaults to null when no reason is recorded. 
 - 
                                        _typefinal JsonValue _type() Status discriminator that is always closed.Expected to always return the following: JsonValue.from("closed")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _reasonfinal JsonField<String> _reason() Returns the raw JSON value of reason. Unlike reason, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatKitThread.Status.Closed.Builder toBuilder() 
 - 
                                        validatefinal ChatKitThread.Status.Closed validate() 
 - 
                                        builderfinal static ChatKitThread.Status.Closed.Builder builder() Returns a mutable builder for constructing an instance of Closed. The following fields are required: .reason()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-