Package com.openai.models.responses
Class ResponseCodeInterpreterToolCall.Result.Files.File
-
- All Implemented Interfaces:
public final class ResponseCodeInterpreterToolCall.Result.Files.File
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseCodeInterpreterToolCall.Result.Files.File.BuilderA builder for File.
-
Method Summary
Modifier and Type Method Description final StringfileId()The ID of the file. final StringmimeType()The MIME type of the file. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_mimeType()Returns the raw JSON value of mimeType. final Map<String, JsonValue>_additionalProperties()final ResponseCodeInterpreterToolCall.Result.Files.File.BuildertoBuilder()final ResponseCodeInterpreterToolCall.Result.Files.Filevalidate()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseCodeInterpreterToolCall.Result.Files.File.Builderbuilder()Returns a mutable builder for constructing an instance of File. -
-
Method Detail
-
_fileId
final JsonField<String> _fileId()
Returns the raw JSON value of fileId.
Unlike fileId, this method doesn't throw if the JSON field has an unexpected type.
-
_mimeType
final JsonField<String> _mimeType()
Returns the raw JSON value of mimeType.
Unlike mimeType, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ResponseCodeInterpreterToolCall.Result.Files.File.Builder toBuilder()
-
validate
final ResponseCodeInterpreterToolCall.Result.Files.File validate()
-
builder
final static ResponseCodeInterpreterToolCall.Result.Files.File.Builder builder()
Returns a mutable builder for constructing an instance of File.
The following fields are required:
.fileId() .mimeType()
-
-
-
-