Class CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder
-
- All Implemented Interfaces:
public final class CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder
A builder for Image.
-
-
Method Summary
-
-
Method Detail
-
fileId
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder fileId(String fileId)
The file ID of the image.
-
fileId
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.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.
-
additionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image build()
Returns an immutable instance of Image.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.fileId()
-
-
-
-