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