Class ChatKitThreadItemList.Data.ChatKitTaskGroup.Task
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatKitThreadItemList.Data.ChatKitTaskGroup.TaskTask entry that appears within a TaskGroup. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatKitThreadItemList.Data.ChatKitTaskGroup.Task.BuilderA builder for Task. public final classChatKitThreadItemList.Data.ChatKitTaskGroup.Task.TypeSubtype for the grouped task. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>heading()Optional heading for the grouped task. final Optional<String>summary()Optional summary that describes the grouped task. final ChatKitThreadItemList.Data.ChatKitTaskGroup.Task.Typetype()Subtype for the grouped task. final JsonField<String>_heading()Returns the raw JSON value of heading. final JsonField<String>_summary()Returns the raw JSON value of summary. final JsonField<ChatKitThreadItemList.Data.ChatKitTaskGroup.Task.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final ChatKitThreadItemList.Data.ChatKitTaskGroup.Task.BuildertoBuilder()final ChatKitThreadItemList.Data.ChatKitTaskGroup.Taskvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatKitThreadItemList.Data.ChatKitTaskGroup.Task.Builderbuilder()Returns a mutable builder for constructing an instance of Task. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        headingfinal Optional<String> heading() Optional heading for the grouped task. Defaults to null when not provided. 
 - 
                                        summaryfinal Optional<String> summary() Optional summary that describes the grouped task. Defaults to null when omitted. 
 - 
                                        typefinal ChatKitThreadItemList.Data.ChatKitTaskGroup.Task.Type type() Subtype for the grouped task. 
 - 
                                        _headingfinal JsonField<String> _heading() Returns the raw JSON value of heading. Unlike heading, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _summaryfinal JsonField<String> _summary() Returns the raw JSON value of summary. Unlike summary, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _typefinal JsonField<ChatKitThreadItemList.Data.ChatKitTaskGroup.Task.Type> _type() Returns the raw JSON value of type. Unlike type, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatKitThreadItemList.Data.ChatKitTaskGroup.Task.Builder toBuilder() 
 - 
                                        validatefinal ChatKitThreadItemList.Data.ChatKitTaskGroup.Task validate() 
 - 
                                        builderfinal static ChatKitThreadItemList.Data.ChatKitTaskGroup.Task.Builder builder() Returns a mutable builder for constructing an instance of Task. The following fields are required: .heading() .summary() .type()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-