Class ResponseFunctionWebSearch.Action.Find.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseFunctionWebSearch.Action.Find.BuilderA builder for Find. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        patternfinal ResponseFunctionWebSearch.Action.Find.Builder pattern(String pattern) The pattern or text to search for within the page. 
 - 
                                        patternfinal ResponseFunctionWebSearch.Action.Find.Builder pattern(JsonField<String> pattern) Sets Builder.pattern to an arbitrary JSON value. You should usually call Builder.pattern with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ResponseFunctionWebSearch.Action.Find.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("find")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        urlfinal ResponseFunctionWebSearch.Action.Find.Builder url(String url) The URL of the page searched for the pattern. 
 - 
                                        urlfinal ResponseFunctionWebSearch.Action.Find.Builder url(JsonField<String> url) Sets Builder.url to an arbitrary JSON value. You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ResponseFunctionWebSearch.Action.Find.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseFunctionWebSearch.Action.Find.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseFunctionWebSearch.Action.Find.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseFunctionWebSearch.Action.Find.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseFunctionWebSearch.Action.Find.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseFunctionWebSearch.Action.Find build() Returns an immutable instance of Find. Further updates to this Builder will not mutate the returned instance. The following fields are required: .pattern() .url()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-