Class ItemServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.conversations.ItemServiceAsync
 
 public final class ItemServiceAsyncImpl implements ItemServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classItemServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description ItemServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ItemServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<ConversationItemList>create(ItemCreateParams params, RequestOptions requestOptions)CompletableFuture<ConversationItem>retrieve(ItemRetrieveParams params, RequestOptions requestOptions)CompletableFuture<ItemListPageAsync>list(ItemListParams params, RequestOptions requestOptions)CompletableFuture<Conversation>delete(ItemDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.conversations.ItemServiceAsynccreate, create, create, delete, delete, delete, list, list, list, list, list, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseItemServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsItemServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<ConversationItemList> create(ItemCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<ConversationItem> retrieve(ItemRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<ItemListPageAsync> list(ItemListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<Conversation> delete(ItemDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-