Uses of Class
org.openhab.core.config.core.status.ConfigStatusMessage.Builder
-
Uses of ConfigStatusMessage.Builder in org.openhab.core.config.core.status
Modifier and TypeMethodDescriptionstatic ConfigStatusMessage.Builder
Creates a builder for the construction of aConfigStatusMessage
having typeConfigStatusMessage.Type.ERROR
.static ConfigStatusMessage.Builder
ConfigStatusMessage.Builder.information
(String parameterName) Creates a builder for the construction of aConfigStatusMessage
having typeConfigStatusMessage.Type.INFORMATION
.static ConfigStatusMessage.Builder
Creates a builder for the construction of aConfigStatusMessage
having typeConfigStatusMessage.Type.PENDING
.static ConfigStatusMessage.Builder
Creates a builder for the construction of aConfigStatusMessage
having typeConfigStatusMessage.Type.WARNING
.ConfigStatusMessage.Builder.withArguments
(Object... arguments) Adds the given arguments (to be injected into the internationalized message) to the builder.ConfigStatusMessage.Builder.withMessageKeySuffix
(String messageKeySuffix) Adds the given message key suffix for the creation ofConfigStatusMessage.messageKey
.ConfigStatusMessage.Builder.withStatusCode
(Integer statusCode) Adds the given status code to the builder.