Class FileContentPageResponse.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class FileContentPageResponse.BuilderA builder for FileContentPageResponse. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        datafinal FileContentPageResponse.Builder data(List<FileContentResponse> data) Parsed content of the file. 
 - 
                                        datafinal FileContentPageResponse.Builder data(JsonField<List<FileContentResponse>> data) Sets Builder.data to an arbitrary JSON value. You should usually call Builder.data with a well-typed List<FileContentResponse>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addDatafinal FileContentPageResponse.Builder addData(FileContentResponse data) Adds a single FileContentResponse to Builder.data. 
 - 
                                        hasMorefinal FileContentPageResponse.Builder hasMore(Boolean hasMore) Indicates if there are more content pages to fetch. 
 - 
                                        hasMorefinal FileContentPageResponse.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. 
 - 
                                        nextPagefinal FileContentPageResponse.Builder nextPage(String nextPage) The token for the next page, if any. 
 - 
                                        nextPagefinal FileContentPageResponse.Builder nextPage(Optional<String> nextPage) Alias for calling Builder.nextPage with nextPage.orElse(null).
 - 
                                        nextPagefinal FileContentPageResponse.Builder nextPage(JsonField<String> nextPage) Sets Builder.nextPage to an arbitrary JSON value. You should usually call Builder.nextPage 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 FileContentPageResponse.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("vector_store.file_content.page")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal FileContentPageResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal FileContentPageResponse.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal FileContentPageResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal FileContentPageResponse.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal FileContentPageResponse.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal FileContentPageResponse build() Returns an immutable instance of FileContentPageResponse. Further updates to this Builder will not mutate the returned instance. The following fields are required: .data() .hasMore() .nextPage()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-