Uses of Class
org.openhab.core.types.StateDescriptionFragmentBuilder
-
Uses of StateDescriptionFragmentBuilder in org.openhab.core.types
Modifier and TypeMethodDescriptionStateDescriptionFragmentBuilder.create()
Creates and returns a fresh builder instance.StateDescriptionFragmentBuilder.create
(StateDescription legacy) Creates a builder instance and initializes all fields from the givenStateDescription
.StateDescriptionFragmentBuilder.create
(StateDescriptionFragment fragment) Creates a builder instance and initializes all fields from the givenStateDescriptionFragment
.StateDescriptionFragmentBuilder.withMaximum
(BigDecimal maximum) Set the maximum for the resultingStateDescriptionFragment
.StateDescriptionFragmentBuilder.withMinimum
(BigDecimal minimum) Set the minimum for the resultingStateDescriptionFragment
.StateDescriptionFragmentBuilder.withOption
(StateOption option) Ass aStateOption
for the resultingStateDescriptionFragment
.StateDescriptionFragmentBuilder.withOptions
(List<StateOption> options) Set theStateOption
s for the resultingStateDescriptionFragment
.StateDescriptionFragmentBuilder.withPattern
(String pattern) Set the pattern for the resultingStateDescriptionFragment
.StateDescriptionFragmentBuilder.withReadOnly
(Boolean readOnly) Set readOnly for the resultingStateDescriptionFragment
.StateDescriptionFragmentBuilder.withStep
(BigDecimal step) Set the step for the resultingStateDescriptionFragment
.