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