Uses of Class
org.openwms.common.comm.osip.req.RequestMessage.Builder
Packages that use RequestMessage.Builder
Package
Description
Contains types responsible for dealing with OSIP REQ telegrams.
-
Uses of RequestMessage.Builder in org.openwms.common.comm.osip.req
Methods in org.openwms.common.comm.osip.req that return RequestMessage.BuilderModifier and TypeMethodDescriptionRequestMessage.Builder.withActualLocation
(String actualLocation) Add an actualLocation
by the given uniqueLocationPk
in an expected format like AAAAAAA/BBBBBB/....RequestMessage.Builder.withBarcode
(String barcode) Add anBarcode
to the message.RequestMessage.Builder.withCreateDate
(String createDate, String pattern) Add the date of creation with the configured date format.RequestMessage.Builder.withErrorCode
(String errorCode) Add an error code.RequestMessage.Builder.withTargetLocation
(String targetLocation) Add an targetLocation
by the given uniqueLocationPk
in an expected format like AAAAAAA/BBBBBB/....