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