Package com.openai.services.async
        Class FileServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.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<FileObject>create(FileCreateParams params, RequestOptions requestOptions)CompletableFuture<FileObject>retrieve(FileRetrieveParams params, RequestOptions requestOptions)CompletableFuture<FileListPageAsync>list(FileListParams params, RequestOptions requestOptions)CompletableFuture<FileDeleted>delete(FileDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>content(FileContentParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.FileServiceAsynccontent, content, content, content, content, create, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve
- 
                                        
                                    
                                        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<FileObject> create(FileCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<FileObject> retrieve(FileRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<FileListPageAsync> list(FileListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<FileDeleted> delete(FileDeleteParams params, RequestOptions requestOptions) 
 - 
                                        contentCompletableFuture<HttpResponse> content(FileContentParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-