Package com.openai.models
Class CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type implements Enum
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type.Known
public enum
CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type
IMAGE
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type.Value
value()
final CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type
of(String value)
-
-
Method Detail
-
of
final static CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Type of(String value)
-
-
-
-