Class MessageServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.beta.threads.MessageServiceAsync.WithRawResponse
 
 @Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public final class MessageServiceAsyncImpl.WithRawResponseImpl implements MessageServiceAsync.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description MessageServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<Message>>create(MessageCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Message>>retrieve(MessageRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<Message>>update(MessageUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<MessageListPageAsync>>list(MessageListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<MessageDeleted>>delete(MessageDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.beta.threads.MessageServiceAsync.WithRawResponsecreate, create, create, delete, delete, delete, list, list, list, list, list, retrieve, retrieve, retrieve, update, update, update
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsMessageServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        create@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Message>> create(MessageCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieve@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Message>> retrieve(MessageRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        update@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<Message>> update(MessageUpdateParams params, RequestOptions requestOptions) 
 - 
                                        list@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<MessageListPageAsync>> list(MessageListParams params, RequestOptions requestOptions) 
 - 
                                        delete@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<MessageDeleted>> delete(MessageDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-