Package com.openai.models.responses
Class ResponseOutputText.Annotation.FilePath.Builder
-
- All Implemented Interfaces:
public final class ResponseOutputText.Annotation.FilePath.Builder
A builder for FilePath.
-
-
Method Summary
-
-
Method Detail
-
fileId
final ResponseOutputText.Annotation.FilePath.Builder fileId(String fileId)
The ID of the file.
-
fileId
final ResponseOutputText.Annotation.FilePath.Builder fileId(JsonField<String> fileId)
The ID of the file.
-
index
final ResponseOutputText.Annotation.FilePath.Builder index(Long index)
The index of the file in the list of files.
-
index
final ResponseOutputText.Annotation.FilePath.Builder index(JsonField<Long> index)
The index of the file in the list of files.
-
type
final ResponseOutputText.Annotation.FilePath.Builder type(JsonValue type)
The type of the file path. Always
file_path
.
-
additionalProperties
final ResponseOutputText.Annotation.FilePath.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseOutputText.Annotation.FilePath.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseOutputText.Annotation.FilePath.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseOutputText.Annotation.FilePath.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseOutputText.Annotation.FilePath.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseOutputText.Annotation.FilePath build()
-
-
-
-