Uses of Class
io.lippia.api.configuration.enums.ContentTypeEnum
-
Packages that use ContentTypeEnum Package Description io.lippia.api.configuration.enums -
-
Uses of ContentTypeEnum in io.lippia.api.configuration.enums
Methods in io.lippia.api.configuration.enums that return ContentTypeEnum Modifier and Type Method Description static ContentTypeEnumContentTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentTypeEnum[]ContentTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-