Package com.openai.models.beta.threads
        Class ThreadDeleteParams
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.core.Params
 
 @Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public final class ThreadDeleteParams implements Params Delete a thread. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classThreadDeleteParams.BuilderA builder for ThreadDeleteParams. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<String>threadId()final Map<String, JsonValue>_additionalBodyProperties()Additional body properties to send with the request. final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final ThreadDeleteParams.BuildertoBuilder()final Optional<Map<String, JsonValue>>_body()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static ThreadDeleteParamsnone()final static ThreadDeleteParams.Builderbuilder()Returns a mutable builder for constructing an instance of ThreadDeleteParams. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _additionalBodyPropertiesfinal Map<String, JsonValue> _additionalBodyProperties() Additional body properties to send with the request. 
 - 
                                        _additionalHeadersfinal Headers _additionalHeaders() Additional headers to send with the request. 
 - 
                                        _additionalQueryParamsfinal QueryParams _additionalQueryParams() Additional query param to send with the request. 
 - 
                                        toBuilderfinal ThreadDeleteParams.Builder toBuilder() 
 - 
                                        _pathParamfinal String _pathParam(Integer index) 
 - 
                                        _headersHeaders _headers() The full set of headers in the parameters, including both fixed and additional headers. 
 - 
                                        _queryParamsQueryParams _queryParams() The full set of query params in the parameters, including both fixed and additional query params. 
 - 
                                        nonefinal static ThreadDeleteParams none() 
 - 
                                        builderfinal static ThreadDeleteParams.Builder builder() Returns a mutable builder for constructing an instance of ThreadDeleteParams. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-