Uses of Class
org.openhab.core.thing.type.ThingTypeBuilder
Packages that use ThingTypeBuilder
-
Uses of ThingTypeBuilder in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type that return ThingTypeBuilderModifier and TypeMethodDescriptionstatic ThingTypeBuilderstatic ThingTypeBuilderThingTypeBuilder.instance(ThingTypeUID thingTypeUID, String label) static ThingTypeBuilderCreate this builder with all properties from the givenThingType.ThingTypeBuilder.isListed(boolean listed) ThingTypeBuilder.withCategory(String category) ThingTypeBuilder.withChannelDefinitions(List<ChannelDefinition> channelDefinitions) ThingTypeBuilder.withChannelGroupDefinitions(List<ChannelGroupDefinition> channelGroupDefinitions) ThingTypeBuilder.withConfigDescriptionURI(URI configDescriptionURI) ThingTypeBuilder.withDescription(String description) ThingTypeBuilder.withExtensibleChannelTypeIds(List<String> extensibleChannelTypeIds) ThingTypeBuilder.withProperties(Map<String, String> properties) ThingTypeBuilder.withRepresentationProperty(String representationProperty) ThingTypeBuilder.withSemanticEquipmentTag(String semanticEquipmentTag) ThingTypeBuilder.withSemanticEquipmentTag(SemanticTag semanticEquipmentTag) ThingTypeBuilder.withSupportedBridgeTypeUIDs(List<String> supportedBridgeTypeUIDs)