Class ThreadServiceImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.beta.chatkit.ThreadService.WithRawResponse
 
 public final class ThreadServiceImpl.WithRawResponseImpl implements ThreadService.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description ThreadService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<ChatKitThread>retrieve(ThreadRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<ThreadListPage>list(ThreadListParams params, RequestOptions requestOptions)HttpResponseFor<ThreadDeleteResponse>delete(ThreadDeleteParams params, RequestOptions requestOptions)HttpResponseFor<ThreadListItemsPage>listItems(ThreadListItemsParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.beta.chatkit.ThreadService.WithRawResponsedelete, delete, delete, delete, delete, list, list, list, listItems, listItems, listItems, listItems, listItems, retrieve, retrieve, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsThreadService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        retrieveHttpResponseFor<ChatKitThread> retrieve(ThreadRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listHttpResponseFor<ThreadListPage> list(ThreadListParams params, RequestOptions requestOptions) 
 - 
                                        deleteHttpResponseFor<ThreadDeleteResponse> delete(ThreadDeleteParams params, RequestOptions requestOptions) 
 - 
                                        listItemsHttpResponseFor<ThreadListItemsPage> listItems(ThreadListItemsParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-