Uses of Class
org.openhab.core.config.core.dto.ConfigDescriptionParameterDTO
Packages that use ConfigDescriptionParameterDTO
Package
Description
-
Uses of ConfigDescriptionParameterDTO in org.openhab.core.automation.dto
Fields in org.openhab.core.automation.dto with type parameters of type ConfigDescriptionParameterDTOModifier and TypeFieldDescriptionModuleTypeDTO.configDescriptionsList<@NonNull ConfigDescriptionParameterDTO> RuleDTO.configDescriptionsRuleTemplateDTO.configDescriptions -
Uses of ConfigDescriptionParameterDTO in org.openhab.core.config.core.dto
Fields in org.openhab.core.config.core.dto with type parameters of type ConfigDescriptionParameterDTOMethods in org.openhab.core.config.core.dto that return types with arguments of type ConfigDescriptionParameterDTOModifier and TypeMethodDescriptionstatic List<ConfigDescriptionParameterDTO> ConfigDescriptionDTOMapper.mapParameters(List<ConfigDescriptionParameter> parameters) Maps configuration description parameters into DTO objects.Method parameters in org.openhab.core.config.core.dto with type arguments of type ConfigDescriptionParameterDTOModifier and TypeMethodDescriptionstatic List<ConfigDescriptionParameter> ConfigDescriptionDTOMapper.map(List<ConfigDescriptionParameterDTO> parameters) Constructor parameters in org.openhab.core.config.core.dto with type arguments of type ConfigDescriptionParameterDTOModifierConstructorDescriptionConfigDescriptionDTO(String uri, List<ConfigDescriptionParameterDTO> parameters, List<ConfigDescriptionParameterGroupDTO> parameterGroups) -
Uses of ConfigDescriptionParameterDTO in org.openhab.core.io.rest.core.config
Subclasses of ConfigDescriptionParameterDTO in org.openhab.core.io.rest.core.configModifier and TypeClassDescriptionclassThis is an enriched data transfer object that is used to serialize config descriptions parameters with a list of default values if a configuration description definesmultiple="true". -
Uses of ConfigDescriptionParameterDTO in org.openhab.core.thing.dto
Fields in org.openhab.core.thing.dto with type parameters of type ConfigDescriptionParameterDTOConstructor parameters in org.openhab.core.thing.dto with type arguments of type ConfigDescriptionParameterDTOModifierConstructorDescriptionChannelTypeDTO(String uid, String label, @Nullable String description, @Nullable String category, @Nullable String itemType, @Nullable String unitHint, ChannelKind kind, List<ConfigDescriptionParameterDTO> parameters, List<ConfigDescriptionParameterGroupDTO> parameterGroups, @Nullable StateDescription stateDescription, Set<String> tags, boolean advanced, @Nullable CommandDescription commandDescription) ThingTypeDTO(String uid, String label, @Nullable String description, @Nullable String category, boolean listed, List<ConfigDescriptionParameterDTO> configParameters, List<ChannelDefinitionDTO> channels, List<ChannelGroupDefinitionDTO> channelGroups, List<String> supportedBridgeTypeUIDs, Map<String, String> properties, boolean bridge, List<ConfigDescriptionParameterGroupDTO> parameterGroups, List<String> extensibleChannelTypeIds, @Nullable String semanticEquipmentTag)