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