Package com.openai.models
Class ChatCompletionDeveloperMessageParam.Role
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ChatCompletionDeveloperMessageParam.Role implements Enum
The role of the messages author, in this case
developer
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
ChatCompletionDeveloperMessageParam.Role.Known
public enum
ChatCompletionDeveloperMessageParam.Role.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ChatCompletionDeveloperMessageParam.Role
DEVELOPER
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final ChatCompletionDeveloperMessageParam.Role.Value
value()
final ChatCompletionDeveloperMessageParam.Role.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ChatCompletionDeveloperMessageParam.Role
of(String value)
-
-
Method Detail
-
value
final ChatCompletionDeveloperMessageParam.Role.Value value()
-
known
final ChatCompletionDeveloperMessageParam.Role.Known known()
-
of
final static ChatCompletionDeveloperMessageParam.Role of(String value)
-
-
-
-