Class FileServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.vectorstores.FileServiceAsync
 
 public final class FileServiceAsyncImpl implements FileServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classFileServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method SummaryModifier and Type Method Description FileServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. FileServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<VectorStoreFile>create(FileCreateParams params, RequestOptions requestOptions)CompletableFuture<VectorStoreFile>retrieve(FileRetrieveParams params, RequestOptions requestOptions)CompletableFuture<VectorStoreFile>update(FileUpdateParams params, RequestOptions requestOptions)CompletableFuture<FileListPageAsync>list(FileListParams params, RequestOptions requestOptions)CompletableFuture<VectorStoreFileDeleted>delete(FileDeleteParams params, RequestOptions requestOptions)CompletableFuture<FileContentPageAsync>content(FileContentParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.vectorstores.FileServiceAsynccontent, content, content, create, create, create, delete, delete, delete, list, list, list, list, list, retrieve, retrieve, retrieve, update, update, update
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseFileServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsFileServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<VectorStoreFile> create(FileCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<VectorStoreFile> retrieve(FileRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<VectorStoreFile> update(FileUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<FileListPageAsync> list(FileListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<VectorStoreFileDeleted> delete(FileDeleteParams params, RequestOptions requestOptions) 
 - 
                                        contentCompletableFuture<FileContentPageAsync> content(FileContentParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-