Package com.openai.models.responses
        Class ResponseComputerToolCall.Action.Drag
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseComputerToolCall.Action.DragA drag action. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseComputerToolCall.Action.Drag.BuilderA builder for Drag. public final classResponseComputerToolCall.Action.Drag.PathA series of x/y coordinate pairs in the drag path. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final List<ResponseComputerToolCall.Action.Drag.Path>path()An array of coordinates representing the path of the drag action. final JsonValue_type()Specifies the event type. final JsonField<List<ResponseComputerToolCall.Action.Drag.Path>>_path()Returns the raw JSON value of path. final Map<String, JsonValue>_additionalProperties()final ResponseComputerToolCall.Action.Drag.BuildertoBuilder()final ResponseComputerToolCall.Action.Dragvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseComputerToolCall.Action.Drag.Builderbuilder()Returns a mutable builder for constructing an instance of Drag. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        pathfinal List<ResponseComputerToolCall.Action.Drag.Path> path() An array of coordinates representing the path of the drag action. Coordinates will appear as an array of objects, eg [ { x: 100, y: 200 }, { x: 200, y: 300 } ]
 - 
                                        _typefinal JsonValue _type() Specifies the event type. For a drag action, this property is always set to drag.Expected to always return the following: JsonValue.from("drag")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _pathfinal JsonField<List<ResponseComputerToolCall.Action.Drag.Path>> _path() Returns the raw JSON value of path. Unlike path, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseComputerToolCall.Action.Drag.Builder toBuilder() 
 - 
                                        validatefinal ResponseComputerToolCall.Action.Drag validate() 
 - 
                                        builderfinal static ResponseComputerToolCall.Action.Drag.Builder builder() Returns a mutable builder for constructing an instance of Drag. The following fields are required: .path()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-