Uses of Enum Class
org.openhab.core.config.discovery.DiscoveryResultFlag
Package
Description
-
Uses of DiscoveryResultFlag in org.openhab.core.config.discovery
Modifier and TypeMethodDescriptionDiscoveryResult.getFlag()
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
ModifierConstructorDescriptionDiscoveryResultDTO
(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
Modifier and TypeMethodDescriptionvoid
Inbox.setFlag
(ThingUID thingUID, @Nullable DiscoveryResultFlag flag) static Predicate
<DiscoveryResult> InboxPredicates.withFlag
(DiscoveryResultFlag flag)