Uses of Class
org.openhab.core.thing.dto.ChannelDTO
Packages that use ChannelDTO
-
Uses of ChannelDTO in org.openhab.core.io.rest.core.thing
Subclasses of ChannelDTO in org.openhab.core.io.rest.core.thingModifier and TypeClassDescriptionclass
This is a data transfer object that is used to serialize channels with dynamic data like linked items.Constructors in org.openhab.core.io.rest.core.thing with parameters of type ChannelDTO -
Uses of ChannelDTO in org.openhab.core.thing.dto
Fields in org.openhab.core.thing.dto with type parameters of type ChannelDTOMethods in org.openhab.core.thing.dto that return ChannelDTOMethods in org.openhab.core.thing.dto with parameters of type ChannelDTOModifier and TypeMethodDescriptionstatic Channel
ChannelDTOMapper.map
(ChannelDTO channelDTO) Maps channel DTO into channel object.Constructor parameters in org.openhab.core.thing.dto with type arguments of type ChannelDTO