Class FileBatchListFilesPage.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class FileBatchListFilesPage.BuilderA builder for FileBatchListFilesPage.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description final FileBatchListFilesPage.Builderservice(FileBatchService service)final FileBatchListFilesPage.Builderparams(FileBatchListFilesParams params)The parameters that were used to request this page. final FileBatchListFilesPage.Builderresponse(FileBatchListFilesPageResponse response)The response that this page was parsed from. final FileBatchListFilesPagebuild()Returns an immutable instance of FileBatchListFilesPage. - 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
service
final FileBatchListFilesPage.Builder service(FileBatchService service)
 
- 
                                        
params
final FileBatchListFilesPage.Builder params(FileBatchListFilesParams params)
The parameters that were used to request this page.
 
- 
                                        
response
final FileBatchListFilesPage.Builder response(FileBatchListFilesPageResponse response)
The response that this page was parsed from.
 
- 
                                        
build
final FileBatchListFilesPage build()
Returns an immutable instance of FileBatchListFilesPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -