Package com.openai.models.responses
Class ResponseCodeInterpreterToolCall.Result.Files
-
- All Implemented Interfaces:
public final class ResponseCodeInterpreterToolCall.Result.FilesThe output of a code interpreter tool call that is a file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseCodeInterpreterToolCall.Result.Files.BuilderA builder for Files.
public final classResponseCodeInterpreterToolCall.Result.Files.File
-
Method Summary
Modifier and Type Method Description final List<ResponseCodeInterpreterToolCall.Result.Files.File>files()final JsonValue_type()The type of the code interpreter file output. final JsonField<List<ResponseCodeInterpreterToolCall.Result.Files.File>>_files()final Map<String, JsonValue>_additionalProperties()final ResponseCodeInterpreterToolCall.Result.Filesvalidate()final ResponseCodeInterpreterToolCall.Result.Files.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseCodeInterpreterToolCall.Result.Files.Builderbuilder()Returns a mutable builder for constructing an instance of Files. -
-
Method Detail
-
files
final List<ResponseCodeInterpreterToolCall.Result.Files.File> files()
-
_files
final JsonField<List<ResponseCodeInterpreterToolCall.Result.Files.File>> _files()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseCodeInterpreterToolCall.Result.Files validate()
-
toBuilder
final ResponseCodeInterpreterToolCall.Result.Files.Builder toBuilder()
-
builder
final static ResponseCodeInterpreterToolCall.Result.Files.Builder builder()
Returns a mutable builder for constructing an instance of Files.
The following fields are required:
.files()
-
-
-
-