Class AssistantServiceImpl
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
com.openai.services.blocking.beta.AssistantService 
public final class AssistantServiceImpl implements AssistantService
 
- 
                
                    
                    
- 
                                
                            
                                
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAssistantServiceImpl.WithRawResponseImpl 
- 
                                
                            
                                
Method Summary
Modifier 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.AssistantService
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
AssistantService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
 
- 
                                        
withOptions
AssistantService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
 
- 
                                        
create
Assistant create(AssistantCreateParams params, RequestOptions requestOptions)
 
- 
                                        
retrieve
Assistant retrieve(AssistantRetrieveParams params, RequestOptions requestOptions)
 
- 
                                        
update
Assistant update(AssistantUpdateParams params, RequestOptions requestOptions)
 
- 
                                        
list
AssistantListPage list(AssistantListParams params, RequestOptions requestOptions)
 
- 
                                        
delete
AssistantDeleted delete(AssistantDeleteParams params, RequestOptions requestOptions)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                                            
                                        
                                            
 
 -