Class ThreadServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.beta.chatkit.ThreadServiceAsync
 
 public final class ThreadServiceAsyncImpl implements ThreadServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classThreadServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ThreadServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ThreadServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<ChatKitThread>retrieve(ThreadRetrieveParams params, RequestOptions requestOptions)CompletableFuture<ThreadListPageAsync>list(ThreadListParams params, RequestOptions requestOptions)CompletableFuture<ThreadDeleteResponse>delete(ThreadDeleteParams params, RequestOptions requestOptions)CompletableFuture<ThreadListItemsPageAsync>listItems(ThreadListItemsParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.beta.chatkit.ThreadServiceAsyncdelete, 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- 
                                        withRawResponseThreadServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsThreadServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        retrieveCompletableFuture<ChatKitThread> retrieve(ThreadRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<ThreadListPageAsync> list(ThreadListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<ThreadDeleteResponse> delete(ThreadDeleteParams params, RequestOptions requestOptions) 
 - 
                                        listItemsCompletableFuture<ThreadListItemsPageAsync> listItems(ThreadListItemsParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-