Uses of Class
com.funnelback.plugin.details.model.PluginConfigKeyAllowedValue.AllowedType
-
Packages that use PluginConfigKeyAllowedValue.AllowedType Package Description com.funnelback.plugin.details.model -
-
Uses of PluginConfigKeyAllowedValue.AllowedType in com.funnelback.plugin.details.model
Fields in com.funnelback.plugin.details.model declared as PluginConfigKeyAllowedValue.AllowedType Modifier and Type Field Description private @NonNull PluginConfigKeyAllowedValue.AllowedType
PluginConfigKeyAllowedValue. type
Type of allowed valuesMethods in com.funnelback.plugin.details.model that return PluginConfigKeyAllowedValue.AllowedType Modifier and Type Method Description static PluginConfigKeyAllowedValue.AllowedType
PluginConfigKeyAllowedValue.AllowedType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginConfigKeyAllowedValue.AllowedType[]
PluginConfigKeyAllowedValue.AllowedType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-