Class ChatKitThread.Status.Locked
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitThread.Status.LockedIndicates that a thread is locked and cannot accept new input. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatKitThread.Status.Locked.BuilderA builder for Locked. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>reason()Reason that the thread was locked. final JsonValue_type()Status discriminator that is always locked.final JsonField<String>_reason()Returns the raw JSON value of reason. final Map<String, JsonValue>_additionalProperties()final ChatKitThread.Status.Locked.BuildertoBuilder()final ChatKitThread.Status.Lockedvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatKitThread.Status.Locked.Builderbuilder()Returns a mutable builder for constructing an instance of Locked. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        reasonfinal Optional<String> reason() Reason that the thread was locked. Defaults to null when no reason is recorded. 
 - 
                                        _typefinal JsonValue _type() Status discriminator that is always locked.Expected to always return the following: JsonValue.from("locked")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.Locked.Builder toBuilder() 
 - 
                                        validatefinal ChatKitThread.Status.Locked validate() 
 - 
                                        builderfinal static ChatKitThread.Status.Locked.Builder builder() Returns a mutable builder for constructing an instance of Locked. The following fields are required: .reason()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-