Package io.imagekit.models.files
Class Metadata.Exif.Makernote
-
- All Implemented Interfaces:
public final class Metadata.Exif.Makernote
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMetadata.Exif.Makernote.BuilderA builder for Makernote.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final Metadata.Exif.Makernote.BuildertoBuilder()final Metadata.Exif.Makernotevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Metadata.Exif.Makernote.Builderbuilder()Returns a mutable builder for constructing an instance of Makernote. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Metadata.Exif.Makernote.Builder toBuilder()
-
validate
final Metadata.Exif.Makernote validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static Metadata.Exif.Makernote.Builder builder()
Returns a mutable builder for constructing an instance of Makernote.
-
-
-
-