Interface ThreadServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface ThreadServiceAsync.WithRawResponseA view of ThreadServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract ThreadServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatKitThread>> retrieve(String threadId) Returns a raw HTTP response for get /chatkit/threads/{thread_id}, but is otherwise the same as ThreadServiceAsync.retrieve.
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatKitThread>> retrieve(String threadId, ThreadRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatKitThread>> retrieve(String threadId, ThreadRetrieveParams params) 
 - 
                                        retrieveabstract CompletableFuture<HttpResponseFor<ChatKitThread>> retrieve(ThreadRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatKitThread>> retrieve(ThreadRetrieveParams params) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatKitThread>> retrieve(String threadId, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<ThreadListPageAsync>> list() Returns a raw HTTP response for get /chatkit/threads, but is otherwise the same as ThreadServiceAsync.list.
 - 
                                        listabstract CompletableFuture<HttpResponseFor<ThreadListPageAsync>> list(ThreadListParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<ThreadListPageAsync>> list(ThreadListParams params) 
 - 
                                        listCompletableFuture<HttpResponseFor<ThreadListPageAsync>> list(RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<ThreadDeleteResponse>> delete(String threadId) Returns a raw HTTP response for delete /chatkit/threads/{thread_id}, but is otherwise the same as ThreadServiceAsync.delete.
 - 
                                        deleteCompletableFuture<HttpResponseFor<ThreadDeleteResponse>> delete(String threadId, ThreadDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<ThreadDeleteResponse>> delete(String threadId, ThreadDeleteParams params) 
 - 
                                        deleteabstract CompletableFuture<HttpResponseFor<ThreadDeleteResponse>> delete(ThreadDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<ThreadDeleteResponse>> delete(ThreadDeleteParams params) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<ThreadDeleteResponse>> delete(String threadId, RequestOptions requestOptions) 
 - 
                                        listItemsCompletableFuture<HttpResponseFor<ThreadListItemsPageAsync>> listItems(String threadId) Returns a raw HTTP response for get /chatkit/threads/{thread_id}/items, but is otherwise the same as ThreadServiceAsync.listItems.
 - 
                                        listItemsCompletableFuture<HttpResponseFor<ThreadListItemsPageAsync>> listItems(String threadId, ThreadListItemsParams params, RequestOptions requestOptions) 
 - 
                                        listItemsCompletableFuture<HttpResponseFor<ThreadListItemsPageAsync>> listItems(String threadId, ThreadListItemsParams params) 
 - 
                                        listItemsabstract CompletableFuture<HttpResponseFor<ThreadListItemsPageAsync>> listItems(ThreadListItemsParams params, RequestOptions requestOptions) 
 - 
                                        listItemsCompletableFuture<HttpResponseFor<ThreadListItemsPageAsync>> listItems(ThreadListItemsParams params) 
 - 
                                        listItemsCompletableFuture<HttpResponseFor<ThreadListItemsPageAsync>> listItems(String threadId, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-