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