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 class
ResponseFormatJsonObject.Builder
public final class
ResponseFormatJsonObject.Type
The type of response format being defined:
json_object
-
Method Summary
Modifier and Type Method Description final ResponseFormatJsonObject.Type
type()
The type of response format being defined: json_object
final JsonField<ResponseFormatJsonObject.Type>
_type()
The type of response format being defined: json_object
final Map<String, JsonValue>
_additionalProperties()
final ResponseFormatJsonObject
validate()
final ResponseFormatJsonObject.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseFormatJsonObject.Builder
builder()
-
-
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()
-
-
-
-