Class MessageListPageResponse.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class MessageListPageResponse.BuilderA builder for MessageListPageResponse. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        datafinal MessageListPageResponse.Builder data(List<Message> data) 
 - 
                                        datafinal MessageListPageResponse.Builder data(JsonField<List<Message>> data) Sets Builder.data to an arbitrary JSON value. You should usually call Builder.data with a well-typed List<Message>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addDatafinal MessageListPageResponse.Builder addData(Message data) Adds a single Message to Builder.data. 
 - 
                                        firstIdfinal MessageListPageResponse.Builder firstId(String firstId) 
 - 
                                        firstIdfinal MessageListPageResponse.Builder firstId(JsonField<String> firstId) Sets Builder.firstId to an arbitrary JSON value. You should usually call Builder.firstId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        hasMorefinal MessageListPageResponse.Builder hasMore(Boolean hasMore) 
 - 
                                        hasMorefinal MessageListPageResponse.Builder hasMore(JsonField<Boolean> hasMore) Sets Builder.hasMore to an arbitrary JSON value. You should usually call Builder.hasMore with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        lastIdfinal MessageListPageResponse.Builder lastId(String lastId) 
 - 
                                        lastIdfinal MessageListPageResponse.Builder lastId(JsonField<String> lastId) Sets Builder.lastId to an arbitrary JSON value. You should usually call Builder.lastId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        object_final MessageListPageResponse.Builder object_(String object_) 
 - 
                                        object_final MessageListPageResponse.Builder object_(JsonField<String> object_) Sets Builder.object_ to an arbitrary JSON value. You should usually call Builder.object_ with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal MessageListPageResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal MessageListPageResponse.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal MessageListPageResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal MessageListPageResponse.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal MessageListPageResponse.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal MessageListPageResponse build() Returns an immutable instance of MessageListPageResponse. Further updates to this Builder will not mutate the returned instance. The following fields are required: .data() .firstId() .hasMore() .lastId() .object_()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-