Class FileServiceAsyncImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.containers.FileServiceAsync.WithRawResponse
 
 public final class FileServiceAsyncImpl.WithRawResponseImpl implements FileServiceAsync.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description FileServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ContentServiceAsync.WithRawResponsecontent()CompletableFuture<HttpResponseFor<FileCreateResponse>>create(FileCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<FileRetrieveResponse>>retrieve(FileRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<FileListPageAsync>>list(FileListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(FileDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.containers.FileServiceAsync.WithRawResponsecreate, create, create, 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- 
                                        withOptionsFileServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        contentContentServiceAsync.WithRawResponse content() 
 - 
                                        createCompletableFuture<HttpResponseFor<FileCreateResponse>> create(FileCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<FileRetrieveResponse>> retrieve(FileRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<FileListPageAsync>> list(FileListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponse> delete(FileDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-