Package io.imagekit.models.files
Class FileUploadParams.UploadTransformation.Post.GifToVideo
-
- All Implemented Interfaces:
public final class FileUploadParams.UploadTransformation.Post.GifToVideo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileUploadParams.UploadTransformation.Post.GifToVideo.BuilderA builder for GifToVideo.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Converts an animated GIF into an MP4. final Optional<String>value()Optional transformation string to apply to the output video. final MultipartField<String>_value()Returns the raw multipart value of value. final Map<String, JsonValue>_additionalProperties()final FileUploadParams.UploadTransformation.Post.GifToVideo.BuildertoBuilder()final FileUploadParams.UploadTransformation.Post.GifToVideovalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileUploadParams.UploadTransformation.Post.GifToVideo.Builderbuilder()Returns a mutable builder for constructing an instance of GifToVideo. -
-
Method Detail
-
_type
final JsonValue _type()
Converts an animated GIF into an MP4.
Expected to always return the following:
JsonValue.from("gif-to-video")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
value
final Optional<String> value()
Optional transformation string to apply to the output video. Example:
q-80
-
_value
final MultipartField<String> _value()
Returns the raw multipart value of value.
Unlike value, this method doesn't throw if the multipart field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FileUploadParams.UploadTransformation.Post.GifToVideo.Builder toBuilder()
-
validate
final FileUploadParams.UploadTransformation.Post.GifToVideo validate()
-
builder
final static FileUploadParams.UploadTransformation.Post.GifToVideo.Builder builder()
Returns a mutable builder for constructing an instance of GifToVideo.
-
-
-
-