Class ResponseComputerToolCall.Action.Scroll.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseComputerToolCall.Action.Scroll.BuilderA builder for Scroll. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        scrollXfinal ResponseComputerToolCall.Action.Scroll.Builder scrollX(Long scrollX) The horizontal scroll distance. 
 - 
                                        scrollXfinal ResponseComputerToolCall.Action.Scroll.Builder scrollX(JsonField<Long> scrollX) Sets Builder.scrollX to an arbitrary JSON value. You should usually call Builder.scrollX with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        scrollYfinal ResponseComputerToolCall.Action.Scroll.Builder scrollY(Long scrollY) The vertical scroll distance. 
 - 
                                        scrollYfinal ResponseComputerToolCall.Action.Scroll.Builder scrollY(JsonField<Long> scrollY) Sets Builder.scrollY to an arbitrary JSON value. You should usually call Builder.scrollY with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ResponseComputerToolCall.Action.Scroll.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("scroll")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        xfinal ResponseComputerToolCall.Action.Scroll.Builder x(Long x) The x-coordinate where the scroll occurred. 
 - 
                                        xfinal ResponseComputerToolCall.Action.Scroll.Builder x(JsonField<Long> x) Sets Builder.x to an arbitrary JSON value. You should usually call Builder.x with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        yfinal ResponseComputerToolCall.Action.Scroll.Builder y(Long y) The y-coordinate where the scroll occurred. 
 - 
                                        yfinal ResponseComputerToolCall.Action.Scroll.Builder y(JsonField<Long> y) Sets Builder.y to an arbitrary JSON value. You should usually call Builder.y with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ResponseComputerToolCall.Action.Scroll.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseComputerToolCall.Action.Scroll.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseComputerToolCall.Action.Scroll.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseComputerToolCall.Action.Scroll.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseComputerToolCall.Action.Scroll.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseComputerToolCall.Action.Scroll build() Returns an immutable instance of Scroll. Further updates to this Builder will not mutate the returned instance. The following fields are required: .scrollX() .scrollY() .x() .y()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-