Package com.openai.models
Class FilePathDeltaAnnotation.FilePath
-
- All Implemented Interfaces:
public final class FilePathDeltaAnnotation.FilePath
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FilePathDeltaAnnotation.FilePath.Builder
A builder for FilePath.
-
Method Summary
Modifier and Type Method Description final Optional<String>
fileId()
The ID of the file that was generated. final JsonField<String>
_fileId()
The ID of the file that was generated. final Map<String, JsonValue>
_additionalProperties()
final FilePathDeltaAnnotation.FilePath
validate()
final FilePathDeltaAnnotation.FilePath.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FilePathDeltaAnnotation.FilePath.Builder
builder()
-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FilePathDeltaAnnotation.FilePath validate()
-
toBuilder
final FilePathDeltaAnnotation.FilePath.Builder toBuilder()
-
builder
final static FilePathDeltaAnnotation.FilePath.Builder builder()
-
-
-
-