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