Package com.openai.services.async.beta
        Class AssistantServiceAsyncImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.async.beta.AssistantServiceAsync 
public final class AssistantServiceAsyncImpl implements AssistantServiceAsync
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAssistantServiceAsyncImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description AssistantServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AssistantServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Assistant>create(AssistantCreateParams params, RequestOptions requestOptions)CompletableFuture<Assistant>retrieve(AssistantRetrieveParams params, RequestOptions requestOptions)CompletableFuture<Assistant>update(AssistantUpdateParams params, RequestOptions requestOptions)CompletableFuture<AssistantListPageAsync>list(AssistantListParams params, RequestOptions requestOptions)CompletableFuture<AssistantDeleted>delete(AssistantDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            
Methods inherited from class com.openai.services.async.beta.AssistantServiceAsync
create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update, update, update - 
                                        
                                    
                                        
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
withRawResponse
AssistantServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
 
- 
                                        
withOptions
AssistantServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
create
CompletableFuture<Assistant> create(AssistantCreateParams params, RequestOptions requestOptions)
 
- 
                                        
retrieve
CompletableFuture<Assistant> retrieve(AssistantRetrieveParams params, RequestOptions requestOptions)
 
- 
                                        
update
CompletableFuture<Assistant> update(AssistantUpdateParams params, RequestOptions requestOptions)
 
- 
                                        
list
CompletableFuture<AssistantListPageAsync> list(AssistantListParams params, RequestOptions requestOptions)
 
- 
                                        
delete
CompletableFuture<AssistantDeleted> delete(AssistantDeleteParams params, RequestOptions requestOptions)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                                            
                                        
                                            
 
 -