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