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