Package com.openai.services.async.beta
        Class ThreadServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.beta.ThreadServiceAsync.WithRawResponse
 
 @Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public final class ThreadServiceAsyncImpl.WithRawResponseImpl implements ThreadServiceAsync.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.beta.ThreadServiceAsync.WithRawResponsecreate, 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- 
                                        withOptionsThreadServiceAsync.WithRawResponse 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") RunServiceAsync.WithRawResponse runs() 
 - 
                                        messages@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") MessageServiceAsync.WithRawResponse messages() 
 - 
                                        create@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Thread>> create(ThreadCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieve@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Thread>> retrieve(ThreadRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        update@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Thread>> update(ThreadUpdateParams params, RequestOptions requestOptions) 
 - 
                                        delete@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<ThreadDeleted>> delete(ThreadDeleteParams params, RequestOptions requestOptions) 
 - 
                                        createAndRun@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Run>> createAndRun(ThreadCreateAndRunParams params, RequestOptions requestOptions) 
 - 
                                        createAndRunStreaming@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<StreamResponse<AssistantStreamEvent>>> createAndRunStreaming(ThreadCreateAndRunParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-