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 class
ResponseCodeInterpreterToolCall.Result.Files.File.Builder
A builder for File.
-
Method Summary
Modifier and Type Method Description final String
fileId()
The ID of the file. final String
mimeType()
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.Builder
toBuilder()
final ResponseCodeInterpreterToolCall.Result.Files.File
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseCodeInterpreterToolCall.Result.Files.File.Builder
builder()
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()
-
-
-
-