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 AutoUpdatePolicyModifierConstructorDescriptionprotectedChannel(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 theChannelBuilderfor 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 theAutoUpdatePolicyto theChannelto 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 AutoUpdatePolicyChannelDefinition.getAutoUpdatePolicy()Returns theAutoUpdatePolicyto use for this channel.@Nullable AutoUpdatePolicyChannelType.getAutoUpdatePolicy()Returns theAutoUpdatePolicyof for channels of this type.static @Nullable AutoUpdatePolicyParses the input string into anAutoUpdatePolicy.static AutoUpdatePolicyReturns 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 theAutoUpdatePolicyfor theChannelTypeConstructors in org.openhab.core.thing.type with parameters of type AutoUpdatePolicyModifierConstructorDescriptionprotectedChannelType(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.