Class FileServiceImpl.WithRawResponseImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.blocking.containers.FileService.WithRawResponse
 
 public final class FileServiceImpl.WithRawResponseImpl implements FileService.WithRawResponse 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description FileService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. ContentService.WithRawResponsecontent()HttpResponseFor<FileCreateResponse>create(FileCreateParams params, RequestOptions requestOptions)HttpResponseFor<FileRetrieveResponse>retrieve(FileRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<FileListPage>list(FileListParams params, RequestOptions requestOptions)HttpResponsedelete(FileDeleteParams params, RequestOptions requestOptions)- 
                                            
                                        
                                            Methods inherited from class com.openai.services.blocking.containers.FileService.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- 
                                        withOptionsFileService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        contentContentService.WithRawResponse content() 
 - 
                                        createHttpResponseFor<FileCreateResponse> create(FileCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveHttpResponseFor<FileRetrieveResponse> retrieve(FileRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        listHttpResponseFor<FileListPage> list(FileListParams params, RequestOptions requestOptions) 
 - 
                                        deleteHttpResponse delete(FileDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-