Class ChatKitWidgetItem
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitWidgetItemThread item that renders a widget payload. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatKitWidgetItem.BuilderA builder for ChatKitWidgetItem. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringid()Identifier of the thread item. final LongcreatedAt()Unix timestamp (in seconds) for when the item was created. final JsonValue_object_()Type discriminator that is always chatkit.thread_item.final StringthreadId()Identifier of the parent thread. final JsonValue_type()Type discriminator that is always chatkit.widget.final Stringwidget()Serialized widget payload rendered in the UI. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Long>_createdAt()Returns the raw JSON value of createdAt. final JsonField<String>_threadId()Returns the raw JSON value of threadId. final JsonField<String>_widget()Returns the raw JSON value of widget. final Map<String, JsonValue>_additionalProperties()final ChatKitWidgetItem.BuildertoBuilder()final ChatKitWidgetItemvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatKitWidgetItem.Builderbuilder()Returns a mutable builder for constructing an instance of ChatKitWidgetItem. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _object_final JsonValue _object_() Type discriminator that is always chatkit.thread_item.Expected to always return the following: JsonValue.from("chatkit.thread_item")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _typefinal JsonValue _type() Type discriminator that is always chatkit.widget.Expected to always return the following: JsonValue.from("chatkit.widget")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. 
 - 
                                        _createdAtfinal JsonField<Long> _createdAt() Returns the raw JSON value of createdAt. Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _threadIdfinal JsonField<String> _threadId() Returns the raw JSON value of threadId. Unlike threadId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _widgetfinal JsonField<String> _widget() Returns the raw JSON value of widget. Unlike widget, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatKitWidgetItem.Builder toBuilder() 
 - 
                                        validatefinal ChatKitWidgetItem validate() 
 - 
                                        builderfinal static ChatKitWidgetItem.Builder builder() Returns a mutable builder for constructing an instance of ChatKitWidgetItem. The following fields are required: .id() .createdAt() .threadId() .widget()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-