Class BetaResponseComputerToolCallOutputScreenshot.Builder
-
- All Implemented Interfaces:
public final class BetaResponseComputerToolCallOutputScreenshot.BuilderA builder for BetaResponseComputerToolCallOutputScreenshot.
-
-
Method Summary
-
-
Method Detail
-
type
final BetaResponseComputerToolCallOutputScreenshot.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("computer_screenshot")This method is primarily for setting the field to an undocumented or not yet supported value.
-
fileId
final BetaResponseComputerToolCallOutputScreenshot.Builder fileId(String fileId)
The identifier of an uploaded file that contains the screenshot.
-
fileId
final BetaResponseComputerToolCallOutputScreenshot.Builder fileId(JsonField<String> fileId)
Sets Builder.fileId to an arbitrary JSON value.
You should usually call Builder.fileId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
imageUrl
final BetaResponseComputerToolCallOutputScreenshot.Builder imageUrl(String imageUrl)
The URL of the screenshot image.
-
imageUrl
final BetaResponseComputerToolCallOutputScreenshot.Builder imageUrl(JsonField<String> imageUrl)
Sets Builder.imageUrl to an arbitrary JSON value.
You should usually call Builder.imageUrl with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaResponseComputerToolCallOutputScreenshot.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaResponseComputerToolCallOutputScreenshot.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaResponseComputerToolCallOutputScreenshot.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaResponseComputerToolCallOutputScreenshot.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaResponseComputerToolCallOutputScreenshot.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaResponseComputerToolCallOutputScreenshot build()
Returns an immutable instance of BetaResponseComputerToolCallOutputScreenshot.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-