Package com.openai.models.files
        Class FileListPage.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class FileListPage.BuilderA builder for FileListPage. 
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description final FileListPage.Builderservice(FileService service)final FileListPage.Builderparams(FileListParams params)The parameters that were used to request this page. final FileListPage.Builderresponse(FileListPageResponse response)The response that this page was parsed from. final FileListPagebuild()Returns an immutable instance of FileListPage. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        servicefinal FileListPage.Builder service(FileService service) 
 - 
                                        paramsfinal FileListPage.Builder params(FileListParams params) The parameters that were used to request this page. 
 - 
                                        responsefinal FileListPage.Builder response(FileListPageResponse response) The response that this page was parsed from. 
 - 
                                        buildfinal FileListPage build() Returns an immutable instance of FileListPage. Further updates to this Builder will not mutate the returned instance. The following fields are required: .service() .params() .response()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-