Uses of Enum Class
io.supabase.data.file.FormatOption
Packages that use FormatOption
-
Uses of FormatOption in io.supabase.data.file
Methods in io.supabase.data.file that return FormatOptionModifier and TypeMethodDescriptionFileTransformOptions.getFormat()static FormatOptionReturns the enum constant of this class with the specified name.static FormatOption[]FormatOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.supabase.data.file with parameters of type FormatOptionModifierConstructorDescriptionFileTransformOptions(int width, int height, ResizeOption resizeOption, int quality, FormatOption format)