Uses of Enum Class
io.supabase.data.file.ResizeOption
-
Uses of ResizeOption in io.supabase.data.file
Modifier and TypeMethodDescriptionFileTransformOptions.getResizeOption()
static ResizeOption
Returns the enum constant of this class with the specified name.static ResizeOption[]
ResizeOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionFileTransformOptions
(int width, int height, ResizeOption resizeOption, int quality, FormatOption format)