Package com.openai.models
Class ResponseFormatJsonObject
-
- All Implemented Interfaces:
public final class ResponseFormatJsonObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseFormatJsonObject.Builderpublic final classResponseFormatJsonObject.TypeThe type of response format being defined:
json_object
-
Method Summary
Modifier and Type Method Description final ResponseFormatJsonObject.Typetype()The type of response format being defined: json_objectfinal JsonField<ResponseFormatJsonObject.Type>_type()The type of response format being defined: json_objectfinal Map<String, JsonValue>_additionalProperties()final ResponseFormatJsonObjectvalidate()final ResponseFormatJsonObject.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseFormatJsonObject.Builderbuilder()-
-
Method Detail
-
type
final ResponseFormatJsonObject.Type type()
The type of response format being defined:
json_object
-
_type
final JsonField<ResponseFormatJsonObject.Type> _type()
The type of response format being defined:
json_object
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseFormatJsonObject validate()
-
toBuilder
final ResponseFormatJsonObject.Builder toBuilder()
-
builder
final static ResponseFormatJsonObject.Builder builder()
-
-
-
-