Uses of Enum Class
org.openhab.core.config.discovery.DiscoveryResultFlag
Packages that use DiscoveryResultFlag
Package
Description
-
Uses of DiscoveryResultFlag in org.openhab.core.config.discovery
Methods in org.openhab.core.config.discovery that return DiscoveryResultFlagModifier and TypeMethodDescriptionDiscoveryResult.getFlag()
Returns the flag of this result object.
The flag signals e.g.static DiscoveryResultFlag
Returns the enum constant of this class with the specified name.static DiscoveryResultFlag[]
DiscoveryResultFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DiscoveryResultFlag in org.openhab.core.config.discovery.dto
Fields in org.openhab.core.config.discovery.dto declared as DiscoveryResultFlagConstructors in org.openhab.core.config.discovery.dto with parameters of type DiscoveryResultFlagModifierConstructorDescriptionDiscoveryResultDTO
(String thingUID, @Nullable String bridgeUID, @Nullable String thingTypeUID, String label, DiscoveryResultFlag flag, Map<String, Object> properties, @Nullable String representationProperty) -
Uses of DiscoveryResultFlag in org.openhab.core.config.discovery.inbox
Methods in org.openhab.core.config.discovery.inbox with parameters of type DiscoveryResultFlagModifier and TypeMethodDescriptionvoid
Inbox.setFlag
(ThingUID thingUID, @Nullable DiscoveryResultFlag flag) Sets the flag for a given thingUID result.
The flag signals e.g.static Predicate<DiscoveryResult>
InboxPredicates.withFlag
(DiscoveryResultFlag flag)