Uses of Class
org.openhab.core.thing.link.dto.ItemChannelLinkDTO
Packages that use ItemChannelLinkDTO
-
Uses of ItemChannelLinkDTO in org.openhab.core.io.rest.core.link
Subclasses of ItemChannelLinkDTO in org.openhab.core.io.rest.core.linkModifier and TypeClassDescriptionclass
This is an enriched data transfer object that is used to serialize items channel links with dynamic data like the editable flag. -
Uses of ItemChannelLinkDTO in org.openhab.core.thing.link.events
Methods in org.openhab.core.thing.link.events that return ItemChannelLinkDTOConstructors in org.openhab.core.thing.link.events with parameters of type ItemChannelLinkDTOModifierConstructorDescriptionAbstractItemChannelLinkRegistryEvent
(String topic, String payload, ItemChannelLinkDTO link) ItemChannelLinkAddedEvent
(String topic, String payload, ItemChannelLinkDTO link) ItemChannelLinkRemovedEvent
(String topic, String payload, ItemChannelLinkDTO link)