Uses of Class
org.openwms.common.location.Message.Builder
Package
Description
This package contains all types to describe locations.
-
Uses of Message.Builder in org.openwms.common.location
Modifier and TypeMethodDescriptionMessage.Builder.messageNo
(int val) Sets themessageNo
and returns a reference to this Builder so that the methods can be chained together.Message.Builder.messageText
(String val) Sets themessageText
and returns a reference to this Builder so that the methods can be chained together.static Message.Builder
Message.newBuilder()
Create a new builder instance to create messages from.