Uses of Class
org.openhab.core.config.core.status.ConfigStatusMessage.Builder
Packages that use ConfigStatusMessage.Builder
-
Uses of ConfigStatusMessage.Builder in org.openhab.core.config.core.status
Methods in org.openhab.core.config.core.status that return ConfigStatusMessage.BuilderModifier and TypeMethodDescriptionstatic ConfigStatusMessage.BuilderCreates a builder for the construction of aConfigStatusMessagehaving typeConfigStatusMessage.Type.ERROR.static ConfigStatusMessage.BuilderConfigStatusMessage.Builder.information(String parameterName) Creates a builder for the construction of aConfigStatusMessagehaving typeConfigStatusMessage.Type.INFORMATION.static ConfigStatusMessage.BuilderCreates a builder for the construction of aConfigStatusMessagehaving typeConfigStatusMessage.Type.PENDING.static ConfigStatusMessage.BuilderCreates a builder for the construction of aConfigStatusMessagehaving 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.