Class FileContentPage.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class FileContentPage.BuilderA builder for FileContentPage.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier 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
- 
                                        
service
final FileContentPage.Builder service(FileService service)
 
- 
                                        
params
final FileContentPage.Builder params(FileContentParams params)
The parameters that were used to request this page.
 
- 
                                        
response
final FileContentPage.Builder response(FileContentPageResponse response)
The response that this page was parsed from.
 
- 
                                        
build
final 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() 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -