Package com.openai.models
Class FilePathDeltaAnnotation.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class FilePathDeltaAnnotation.Type implements EnumAlways
file_path.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumFilePathDeltaAnnotation.Type.Knownpublic enumFilePathDeltaAnnotation.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static FilePathDeltaAnnotation.TypeFILE_PATH
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final FilePathDeltaAnnotation.Type.Valuevalue()final FilePathDeltaAnnotation.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FilePathDeltaAnnotation.Typeof(String value)-
-
Method Detail
-
value
final FilePathDeltaAnnotation.Type.Value value()
-
known
final FilePathDeltaAnnotation.Type.Known known()
-
of
final static FilePathDeltaAnnotation.Type of(String value)
-
-
-
-