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