Package com.openai.models.responses
Class ResponseComputerToolCall.Action.Drag.Path.Builder
-
- All Implemented Interfaces:
public final class ResponseComputerToolCall.Action.Drag.Path.Builder
A builder for Path.
-
-
Method Summary
-
-
Method Detail
-
x
final ResponseComputerToolCall.Action.Drag.Path.Builder x(Long x)
The x-coordinate.
-
x
final ResponseComputerToolCall.Action.Drag.Path.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.
-
y
final ResponseComputerToolCall.Action.Drag.Path.Builder y(Long y)
The y-coordinate.
-
y
final ResponseComputerToolCall.Action.Drag.Path.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.
-
additionalProperties
final ResponseComputerToolCall.Action.Drag.Path.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseComputerToolCall.Action.Drag.Path.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseComputerToolCall.Action.Drag.Path.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseComputerToolCall.Action.Drag.Path.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseComputerToolCall.Action.Drag.Path.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseComputerToolCall.Action.Drag.Path build()
Returns an immutable instance of Path.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.x() .y()
-
-
-
-