Uses of Class
com.contentful.java.cda.image.ImageOption.Format
-
Packages that use ImageOption.Format Package Description com.contentful.java.cda.image -
-
Uses of ImageOption.Format in com.contentful.java.cda.image
Methods in com.contentful.java.cda.image that return ImageOption.Format Modifier and Type Method Description static ImageOption.FormatImageOption.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageOption.Format[]ImageOption.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.contentful.java.cda.image with parameters of type ImageOption.Format Modifier and Type Method Description static ImageOptionImageOption. formatOf(ImageOption.Format format)Retrieve image of specific image format.
-