Package com.openai.models.responses
Class ResponseComputerToolCall.Action.Move.Builder
-
- All Implemented Interfaces:
public final class ResponseComputerToolCall.Action.Move.Builder
A builder for Move.
-
-
Method Summary
-
-
Method Detail
-
type
final ResponseComputerToolCall.Action.Move.Builder type(JsonValue type)
Specifies the event type. For a move action, this property is always set to
move
.
-
x
final ResponseComputerToolCall.Action.Move.Builder x(Long x)
The x-coordinate to move to.
-
x
final ResponseComputerToolCall.Action.Move.Builder x(JsonField<Long> x)
The x-coordinate to move to.
-
y
final ResponseComputerToolCall.Action.Move.Builder y(Long y)
The y-coordinate to move to.
-
y
final ResponseComputerToolCall.Action.Move.Builder y(JsonField<Long> y)
The y-coordinate to move to.
-
additionalProperties
final ResponseComputerToolCall.Action.Move.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseComputerToolCall.Action.Move.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseComputerToolCall.Action.Move.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseComputerToolCall.Action.Move.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseComputerToolCall.Action.Move.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseComputerToolCall.Action.Move build()
-
-
-
-