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