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