Package com.openai.models
Class ImageFileDeltaBlock.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ImageFileDeltaBlock.Type implements Enum
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
ImageFileDeltaBlock.Type.Known
public enum
ImageFileDeltaBlock.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ImageFileDeltaBlock.Type
IMAGE_FILE
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final ImageFileDeltaBlock.Type.Value
value()
final ImageFileDeltaBlock.Type.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ImageFileDeltaBlock.Type
of(String value)
-
-
Method Detail
-
value
final ImageFileDeltaBlock.Type.Value value()
-
known
final ImageFileDeltaBlock.Type.Known known()
-
of
final static ImageFileDeltaBlock.Type of(String value)
-
-
-
-