Uses of Class
com.funnelback.plugin.details.model.PluginConfigKeyAllowedValue
-
Packages that use PluginConfigKeyAllowedValue Package Description com.funnelback.plugin.details.model com.funnelback.plugin.details.model.deserializer -
-
Uses of PluginConfigKeyAllowedValue in com.funnelback.plugin.details.model
Fields in com.funnelback.plugin.details.model declared as PluginConfigKeyAllowedValue Modifier and Type Field Description private PluginConfigKeyAllowedValue<T>
PluginConfigKey. allowedValue
Defines range of allowed plugin configuration key values, for details seePluginConfigKeyAllowedValue
Methods in com.funnelback.plugin.details.model that return PluginConfigKeyAllowedValue Modifier and Type Method Description default PluginConfigKeyAllowedValue<?>
PluginConfigKeyDetails. getAllowedValue()
Constructors in com.funnelback.plugin.details.model with parameters of type PluginConfigKeyAllowedValue Constructor Description PluginConfigKey(@NonNull String pluginId, @NonNull String id, @NonNull String label, @NonNull String description, boolean required, @NonNull PluginConfigKeyType type, T defaultValue, PluginConfigKeyAllowedValue<T> allowedValue, PluginConfigKeyConditional showIfKeyHasValue)
PluginConfigKey(@NonNull String pluginId, @NonNull String id, @NonNull String label, @NonNull String description, String longDescription, boolean required, @NonNull PluginConfigKeyType type, T defaultValue, PluginConfigKeyAllowedValue<T> allowedValue, PluginConfigKeyConditional showIfKeyHasValue)
-
Uses of PluginConfigKeyAllowedValue in com.funnelback.plugin.details.model.deserializer
Fields in com.funnelback.plugin.details.model.deserializer declared as PluginConfigKeyAllowedValue Modifier and Type Field Description private PluginConfigKeyAllowedValue
PluginConfigKeyDetailsDeserializer. allowedValue
Methods in com.funnelback.plugin.details.model.deserializer with parameters of type PluginConfigKeyAllowedValue Modifier and Type Method Description PluginConfigKeyDetailsDeserializer
PluginConfigKeyDetailsDeserializer. constructAllowedValue(PluginConfigKeyAllowedValue allowedValue)
-