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