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