Class ResponseFormat
-
- All Implemented Interfaces:
public class ResponseFormat
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classResponseFormat.Builder
-
Field Summary
Fields Modifier and Type Field Description public final static ResponseFormatTEXTpublic final static ResponseFormatJSON
-
Method Summary
Modifier and Type Method Description ResponseFormatTypetype()JsonSchemajsonSchema()booleanequals(Object o)inthashCode()StringtoString()static ResponseFormat.Builderbuilder()-
-
Method Detail
-
type
ResponseFormatType type()
-
jsonSchema
JsonSchema jsonSchema()
-
hashCode
int hashCode()
-
builder
static ResponseFormat.Builder builder()
-
-
-
-