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