Uses of Class
org.openhab.core.config.discovery.dto.DiscoveryResultDTO
Packages that use DiscoveryResultDTO
Package
Description
-
Uses of DiscoveryResultDTO in org.openhab.core.config.discovery.dto
Methods in org.openhab.core.config.discovery.dto that return DiscoveryResultDTOModifier and TypeMethodDescriptionstatic DiscoveryResultDTO
DiscoveryResultDTOMapper.map
(DiscoveryResult discoveryResult) Maps discovery result into discovery result data transfer object.Methods in org.openhab.core.config.discovery.dto with parameters of type DiscoveryResultDTOModifier and TypeMethodDescriptionstatic DiscoveryResult
DiscoveryResultDTOMapper.map
(DiscoveryResultDTO discoveryResultDTO) Maps discovery result data transfer object into discovery result. -
Uses of DiscoveryResultDTO in org.openhab.core.config.discovery.inbox.events
Methods in org.openhab.core.config.discovery.inbox.events that return DiscoveryResultDTOModifier and TypeMethodDescriptionAbstractInboxEvent.getDiscoveryResult()
Gets the discovery result as data transfer object.Constructors in org.openhab.core.config.discovery.inbox.events with parameters of type DiscoveryResultDTOModifierConstructorDescriptionprotected
AbstractInboxEvent
(String topic, String payload, DiscoveryResultDTO discoveryResult) Must be called in subclass constructor to create an inbox event.protected
InboxUpdatedEvent
(String topic, String payload, DiscoveryResultDTO discoveryResult) Constructs a new inbox updated event object.