Class ImageUrlDelta
-
- All Implemented Interfaces:
public final class ImageUrlDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classImageUrlDelta.BuilderA builder for ImageUrlDelta.
public final classImageUrlDelta.DetailSpecifies the detail level of the image.
lowuses fewer tokens, you can opt in to high resolution usinghigh.
-
Method Summary
Modifier and Type Method Description final Optional<ImageUrlDelta.Detail>detail()Specifies the detail level of the image. final Optional<String>url()The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp. final JsonField<ImageUrlDelta.Detail>_detail()Specifies the detail level of the image. final JsonField<String>_url()The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp. final Map<String, JsonValue>_additionalProperties()final ImageUrlDeltavalidate()final ImageUrlDelta.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageUrlDelta.Builderbuilder()Returns a mutable builder for constructing an instance of ImageUrlDelta. -
-
Method Detail
-
detail
final Optional<ImageUrlDelta.Detail> detail()
Specifies the detail level of the image.
lowuses fewer tokens, you can opt in to high resolution usinghigh.
-
url
final Optional<String> url()
The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp.
-
_detail
final JsonField<ImageUrlDelta.Detail> _detail()
Specifies the detail level of the image.
lowuses fewer tokens, you can opt in to high resolution usinghigh.
-
_url
final JsonField<String> _url()
The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ImageUrlDelta validate()
-
toBuilder
final ImageUrlDelta.Builder toBuilder()
-
builder
final static ImageUrlDelta.Builder builder()
Returns a mutable builder for constructing an instance of ImageUrlDelta.
-
-
-
-