Uses of Class
com.unfbx.chatgpt.entity.images.SizeEnum
-
Packages that use SizeEnum Package Description com.unfbx.chatgpt.entity.images -
-
Uses of SizeEnum in com.unfbx.chatgpt.entity.images
Methods in com.unfbx.chatgpt.entity.images that return SizeEnum Modifier and Type Method Description static SizeEnumSizeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SizeEnum[]SizeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.unfbx.chatgpt.entity.images with parameters of type SizeEnum Modifier and Type Method Description ImageEditImageEdit. setSize(SizeEnum size)voidImageVariations. setSize(SizeEnum size)
-