Class ThreadDeleted.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ThreadDeleted.BuilderA builder for ThreadDeleted. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final ThreadDeleted.Builderid(String id)final ThreadDeleted.Builderid(JsonField<String> id)Sets Builder.id to an arbitrary JSON value. final ThreadDeleted.Builderdeleted(Boolean deleted)final ThreadDeleted.Builderdeleted(JsonField<Boolean> deleted)Sets Builder.deleted to an arbitrary JSON value. final ThreadDeleted.Builderobject_(JsonValue object_)Sets the field to an arbitrary JSON value. final ThreadDeleted.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final ThreadDeleted.BuilderputAdditionalProperty(String key, JsonValue value)final ThreadDeleted.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final ThreadDeleted.BuilderremoveAdditionalProperty(String key)final ThreadDeleted.BuilderremoveAllAdditionalProperties(Set<String> keys)final ThreadDeletedbuild()Returns an immutable instance of ThreadDeleted. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ThreadDeleted.Builder id(String id) 
 - 
                                        idfinal ThreadDeleted.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        deletedfinal ThreadDeleted.Builder deleted(Boolean deleted) 
 - 
                                        deletedfinal ThreadDeleted.Builder deleted(JsonField<Boolean> deleted) Sets Builder.deleted to an arbitrary JSON value. You should usually call Builder.deleted with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        object_final ThreadDeleted.Builder object_(JsonValue object_) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("thread.deleted")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ThreadDeleted.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ThreadDeleted.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ThreadDeleted.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ThreadDeleted.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ThreadDeleted.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ThreadDeleted build() Returns an immutable instance of ThreadDeleted. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .deleted()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-