Package com.openai.models
Class TextDeltaBlock.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class TextDeltaBlock.Type implements Enum
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
TextDeltaBlock.Type.Known
public enum
TextDeltaBlock.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static TextDeltaBlock.Type
TEXT
-
Method Summary
-
-
Method Detail
-
value
final TextDeltaBlock.Type.Value value()
-
known
final TextDeltaBlock.Type.Known known()
-
of
final static TextDeltaBlock.Type of(String value)
-
-
-
-