Uses of Class
org.openhab.core.thing.binding.builder.BridgeBuilder
-
Uses of BridgeBuilder in org.openhab.core.thing.binding
Modifier and TypeMethodDescriptionprotected BridgeBuilder
BaseBridgeHandler.editThing()
Creates a bridge builder, which allows to modify the bridge. -
Uses of BridgeBuilder in org.openhab.core.thing.binding.builder
Modifier and TypeMethodDescriptionstatic BridgeBuilder
Create a new bridgeBridgeBuilder
for a copy of the given bridgestatic BridgeBuilder
BridgeBuilder.create
(ThingTypeUID thingTypeUID, String bridgeId) static BridgeBuilder
BridgeBuilder.create
(ThingTypeUID thingTypeUID, ThingUID thingUID) BridgeBuilder.withBridge
(@Nullable ThingUID bridgeUID) BridgeBuilder.withChannel
(Channel channel) BridgeBuilder.withChannels
(List<Channel> channels) BridgeBuilder.withChannels
(Channel... channels) BridgeBuilder.withConfiguration
(Configuration thingConfiguration) BridgeBuilder.withLocation
(@Nullable String location) BridgeBuilder.withoutChannel
(ChannelUID channelUID) BridgeBuilder.withoutChannels
(List<Channel> channels) BridgeBuilder.withoutChannels
(Channel... channels) BridgeBuilder.withProperties
(Map<String, String> properties)