Class ResponseFileSearchToolCall.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFileSearchToolCall.BuilderA builder for ResponseFileSearchToolCall. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        idfinal ResponseFileSearchToolCall.Builder id(String id) The unique ID of the file search tool call. 
 - 
                                        idfinal ResponseFileSearchToolCall.Builder id(JsonField<String> id) Sets Builder.id to an arbitrary JSON value. You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        queriesfinal ResponseFileSearchToolCall.Builder queries(List<String> queries) The queries used to search for files. 
 - 
                                        queriesfinal ResponseFileSearchToolCall.Builder queries(JsonField<List<String>> queries) Sets Builder.queries to an arbitrary JSON value. You should usually call Builder.queries with a well-typed List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addQueryfinal ResponseFileSearchToolCall.Builder addQuery(String query) 
 - 
                                        statusfinal ResponseFileSearchToolCall.Builder status(ResponseFileSearchToolCall.Status status) The status of the file search tool call. One of in_progress,searching,incompleteorfailed,
 - 
                                        statusfinal ResponseFileSearchToolCall.Builder status(JsonField<ResponseFileSearchToolCall.Status> status) Sets Builder.status to an arbitrary JSON value. You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ResponseFileSearchToolCall.Builder type(JsonValue type) 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("file_search_call")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        resultsfinal ResponseFileSearchToolCall.Builder results(List<ResponseFileSearchToolCall.Result> results) The results of the file search tool call. 
 - 
                                        resultsfinal ResponseFileSearchToolCall.Builder results(Optional<List<ResponseFileSearchToolCall.Result>> results) Alias for calling Builder.results with results.orElse(null).
 - 
                                        resultsfinal ResponseFileSearchToolCall.Builder results(JsonField<List<ResponseFileSearchToolCall.Result>> results) Sets Builder.results to an arbitrary JSON value. You should usually call Builder.results with a well-typed List<Result>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
 - 
                                        addResultfinal ResponseFileSearchToolCall.Builder addResult(ResponseFileSearchToolCall.Result result) 
 - 
                                        additionalPropertiesfinal ResponseFileSearchToolCall.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseFileSearchToolCall.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseFileSearchToolCall.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseFileSearchToolCall.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseFileSearchToolCall.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseFileSearchToolCall build() Returns an immutable instance of ResponseFileSearchToolCall. Further updates to this Builder will not mutate the returned instance. The following fields are required: .id() .queries() .status()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-