Package com.openai.models.images
Class ImagesResponse
-
- All Implemented Interfaces:
public final class ImagesResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classImagesResponse.BuilderA builder for ImagesResponse.
-
Method Summary
Modifier and Type Method Description final Longcreated()final List<Image>data()final JsonField<Long>_created()Returns the raw JSON value of created. final JsonField<List<Image>>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final ImagesResponse.BuildertoBuilder()final ImagesResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImagesResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ImagesResponse. -
-
Method Detail
-
_created
final JsonField<Long> _created()
Returns the raw JSON value of created.
Unlike created, this method doesn't throw if the JSON field has an unexpected type.
-
_data
final JsonField<List<Image>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ImagesResponse.Builder toBuilder()
-
validate
final ImagesResponse validate()
-
builder
final static ImagesResponse.Builder builder()
Returns a mutable builder for constructing an instance of ImagesResponse.
The following fields are required:
.created() .data()
-
-
-
-