Class ThreadListPageResponse.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ThreadListPageResponse.BuilderA builder for ThreadListPageResponse. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        datafinal ThreadListPageResponse.Builder data(List<ChatKitThread> data) A list of items 
 - 
                                        datafinal ThreadListPageResponse.Builder data(JsonField<List<ChatKitThread>> data) Sets Builder.data to an arbitrary JSON value. You should usually call Builder.data with a well-typed List<ChatKitThread>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addDatafinal ThreadListPageResponse.Builder addData(ChatKitThread data) Adds a single ChatKitThread to Builder.data. 
 - 
                                        firstIdfinal ThreadListPageResponse.Builder firstId(String firstId) The ID of the first item in the list. 
 - 
                                        firstIdfinal ThreadListPageResponse.Builder firstId(Optional<String> firstId) Alias for calling Builder.firstId with firstId.orElse(null).
 - 
                                        firstIdfinal ThreadListPageResponse.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 ThreadListPageResponse.Builder hasMore(Boolean hasMore) Whether there are more items available. 
 - 
                                        hasMorefinal ThreadListPageResponse.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 ThreadListPageResponse.Builder lastId(String lastId) The ID of the last item in the list. 
 - 
                                        lastIdfinal ThreadListPageResponse.Builder lastId(Optional<String> lastId) Alias for calling Builder.lastId with lastId.orElse(null).
 - 
                                        lastIdfinal ThreadListPageResponse.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 ThreadListPageResponse.Builder object_(JsonValue object_) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("list")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ThreadListPageResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ThreadListPageResponse.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ThreadListPageResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ThreadListPageResponse.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ThreadListPageResponse.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ThreadListPageResponse build() Returns an immutable instance of ThreadListPageResponse. Further updates to this Builder will not mutate the returned instance. The following fields are required: .data() .firstId() .hasMore() .lastId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-