Uses of Enum Class
org.openhab.core.thing.type.AutoUpdatePolicy
Packages that use AutoUpdatePolicy
Package
Description
-
Uses of AutoUpdatePolicy in org.openhab.core.thing
Methods in org.openhab.core.thing that return AutoUpdatePolicyConstructors in org.openhab.core.thing with parameters of type AutoUpdatePolicyModifierConstructorDescriptionprotected
Channel
(ChannelUID uid, @Nullable ChannelTypeUID channelTypeUID, @Nullable String acceptedItemType, ChannelKind kind, @Nullable Configuration configuration, Set<String> defaultTags, @Nullable Map<String, String> properties, @Nullable String label, @Nullable String description, @Nullable AutoUpdatePolicy autoUpdatePolicy) Use theChannelBuilder
for building channels. -
Uses of AutoUpdatePolicy in org.openhab.core.thing.binding.builder
Methods in org.openhab.core.thing.binding.builder with parameters of type AutoUpdatePolicyModifier and TypeMethodDescriptionChannelBuilder.withAutoUpdatePolicy
(@Nullable AutoUpdatePolicy policy) Sets theAutoUpdatePolicy
to theChannel
to be build. -
Uses of AutoUpdatePolicy in org.openhab.core.thing.dto
Constructors in org.openhab.core.thing.dto with parameters of type AutoUpdatePolicyModifierConstructorDescriptionChannelDTO
(ChannelUID uid, String channelTypeUID, String itemType, ChannelKind kind, String label, String description, Map<String, String> properties, Configuration configuration, Set<String> defaultTags, AutoUpdatePolicy autoUpdatePolicy) -
Uses of AutoUpdatePolicy in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type that return AutoUpdatePolicyModifier and TypeMethodDescription@Nullable AutoUpdatePolicy
ChannelDefinition.getAutoUpdatePolicy()
Returns theAutoUpdatePolicy
to use for this channel.@Nullable AutoUpdatePolicy
ChannelType.getAutoUpdatePolicy()
Returns theAutoUpdatePolicy
of for channels of this type.static @Nullable AutoUpdatePolicy
Parses the input string into anAutoUpdatePolicy
.static AutoUpdatePolicy
Returns the enum constant of this class with the specified name.static AutoUpdatePolicy[]
AutoUpdatePolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openhab.core.thing.type with parameters of type AutoUpdatePolicyModifier and TypeMethodDescriptionChannelDefinitionBuilder.withAutoUpdatePolicy
(@Nullable AutoUpdatePolicy autoUpdatePolicy) Sets the auto update policy.StateChannelTypeBuilder.withAutoUpdatePolicy
(@Nullable AutoUpdatePolicy autoUpdatePolicy) Sets theAutoUpdatePolicy
for theChannelType
Constructors in org.openhab.core.thing.type with parameters of type AutoUpdatePolicyModifierConstructorDescriptionprotected
ChannelType
(ChannelTypeUID uid, boolean advanced, @Nullable String itemType, @Nullable String unitHint, ChannelKind kind, String label, @Nullable String description, @Nullable String category, @Nullable Set<String> tags, @Nullable StateDescription state, @Nullable CommandDescription commandDescription, @Nullable EventDescription event, @Nullable URI configDescriptionURI, @Nullable AutoUpdatePolicy autoUpdatePolicy) Creates a new instance of this class with the specified parameters.