Package com.openai.models
Class FilePathDeltaAnnotation.FilePath.Builder
-
- All Implemented Interfaces:
public final class FilePathDeltaAnnotation.FilePath.Builder
-
-
Constructor Summary
Constructors Constructor Description FilePathDeltaAnnotation.FilePath.Builder()
-
Method Summary
Modifier and Type Method Description final FilePathDeltaAnnotation.FilePath.Builder
fileId(String fileId)
The ID of the file that was generated. final FilePathDeltaAnnotation.FilePath.Builder
fileId(JsonField<String> fileId)
The ID of the file that was generated. final FilePathDeltaAnnotation.FilePath.Builder
additionalProperties(Map<String, JsonValue> additionalProperties)
final FilePathDeltaAnnotation.FilePath.Builder
putAdditionalProperty(String key, JsonValue value)
final FilePathDeltaAnnotation.FilePath.Builder
putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
final FilePathDeltaAnnotation.FilePath.Builder
removeAdditionalProperty(String key)
final FilePathDeltaAnnotation.FilePath.Builder
removeAllAdditionalProperties(Set<String> keys)
final FilePathDeltaAnnotation.FilePath
build()
-
-
Method Detail
-
fileId
final FilePathDeltaAnnotation.FilePath.Builder fileId(String fileId)
The ID of the file that was generated.
-
fileId
final FilePathDeltaAnnotation.FilePath.Builder fileId(JsonField<String> fileId)
The ID of the file that was generated.
-
additionalProperties
final FilePathDeltaAnnotation.FilePath.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final FilePathDeltaAnnotation.FilePath.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final FilePathDeltaAnnotation.FilePath.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final FilePathDeltaAnnotation.FilePath.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final FilePathDeltaAnnotation.FilePath.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final FilePathDeltaAnnotation.FilePath build()
-
-
-
-