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