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