Class ThreadServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.beta.ThreadService
 
 @Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public final class ThreadServiceImpl implements ThreadService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classThreadServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ThreadService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ThreadServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RunServiceruns()MessageServicemessages()Threadcreate(ThreadCreateParams params, RequestOptions requestOptions)Threadretrieve(ThreadRetrieveParams params, RequestOptions requestOptions)Threadupdate(ThreadUpdateParams params, RequestOptions requestOptions)ThreadDeleteddelete(ThreadDeleteParams params, RequestOptions requestOptions)RuncreateAndRun(ThreadCreateAndRunParams params, RequestOptions requestOptions)StreamResponse<AssistantStreamEvent>createAndRunStreaming(ThreadCreateAndRunParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.beta.ThreadServicecreate, create, create, createAndRun, createAndRunStreaming, delete, delete, delete, delete, delete, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseThreadService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsThreadService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        runs@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") RunService runs() 
 - 
                                        messages@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") MessageService messages() 
 - 
                                        create@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") Thread create(ThreadCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieve@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") Thread retrieve(ThreadRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        update@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") Thread update(ThreadUpdateParams params, RequestOptions requestOptions) 
 - 
                                        delete@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") ThreadDeleted delete(ThreadDeleteParams params, RequestOptions requestOptions) 
 - 
                                        createAndRun@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") Run createAndRun(ThreadCreateAndRunParams params, RequestOptions requestOptions) 
 - 
                                        createAndRunStreaming@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") StreamResponse<AssistantStreamEvent> createAndRunStreaming(ThreadCreateAndRunParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-