Uses of Class
org.openhab.core.thing.binding.builder.BridgeBuilder
Packages that use BridgeBuilder
-
Uses of BridgeBuilder in org.openhab.core.thing.binding
Methods in org.openhab.core.thing.binding that return BridgeBuilderModifier and TypeMethodDescriptionprotected BridgeBuilderBaseBridgeHandler.editThing()Creates a bridge builder, which allows to modify the bridge. -
Uses of BridgeBuilder in org.openhab.core.thing.binding.builder
Methods in org.openhab.core.thing.binding.builder that return BridgeBuilderModifier and TypeMethodDescriptionstatic BridgeBuilderCreate a new bridgeBridgeBuilderfor a copy of the given bridgestatic BridgeBuilderBridgeBuilder.create(ThingTypeUID thingTypeUID, String bridgeId) static BridgeBuilderBridgeBuilder.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) BridgeBuilder.withSemanticEquipmentTag(@Nullable String semanticEquipmentTag) BridgeBuilder.withSemanticEquipmentTag(SemanticTag semanticEquipmentTag)