Class AssistantServiceImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.beta.AssistantService
 
 public final class AssistantServiceImpl implements AssistantService 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classAssistantServiceImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description AssistantService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AssistantServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Assistantcreate(AssistantCreateParams params, RequestOptions requestOptions)Assistantretrieve(AssistantRetrieveParams params, RequestOptions requestOptions)Assistantupdate(AssistantUpdateParams params, RequestOptions requestOptions)AssistantListPagelist(AssistantListParams params, RequestOptions requestOptions)AssistantDeleteddelete(AssistantDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.beta.AssistantServicecreate, delete, delete, delete, delete, delete, list, list, list, 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- 
                                        withRawResponseAssistantService.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsAssistantService withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createAssistant create(AssistantCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveAssistant retrieve(AssistantRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateAssistant update(AssistantUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listAssistantListPage list(AssistantListParams params, RequestOptions requestOptions) 
 - 
                                        deleteAssistantDeleted delete(AssistantDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-