Class ResponseComputerToolCall.Action.Click
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseComputerToolCall.Action.ClickA click action. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseComputerToolCall.Action.Click.BuilderA builder for Click. public final classResponseComputerToolCall.Action.Click.ButtonIndicates which mouse button was pressed during the click. One of left,right,wheel,back, orforward.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final ResponseComputerToolCall.Action.Click.Buttonbutton()Indicates which mouse button was pressed during the click. final JsonValue_type()Specifies the event type. final Longx()The x-coordinate where the click occurred. final Longy()The y-coordinate where the click occurred. final JsonField<ResponseComputerToolCall.Action.Click.Button>_button()Returns the raw JSON value of button. final JsonField<Long>_x()Returns the raw JSON value of x. final JsonField<Long>_y()Returns the raw JSON value of y. final Map<String, JsonValue>_additionalProperties()final ResponseComputerToolCall.Action.Click.BuildertoBuilder()final ResponseComputerToolCall.Action.Clickvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseComputerToolCall.Action.Click.Builderbuilder()Returns a mutable builder for constructing an instance of Click. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        buttonfinal ResponseComputerToolCall.Action.Click.Button button() Indicates which mouse button was pressed during the click. One of left,right,wheel,back, orforward.
 - 
                                        _typefinal JsonValue _type() Specifies the event type. For a click action, this property is always set to click.Expected to always return the following: JsonValue.from("click")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _buttonfinal JsonField<ResponseComputerToolCall.Action.Click.Button> _button() Returns the raw JSON value of button. Unlike button, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _xfinal JsonField<Long> _x() Returns the raw JSON value of x. Unlike x, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _yfinal JsonField<Long> _y() Returns the raw JSON value of y. Unlike y, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseComputerToolCall.Action.Click.Builder toBuilder() 
 - 
                                        validatefinal ResponseComputerToolCall.Action.Click validate() 
 - 
                                        builderfinal static ResponseComputerToolCall.Action.Click.Builder builder() Returns a mutable builder for constructing an instance of Click. The following fields are required: .button() .x() .y()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-