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 actualLocationby the given uniqueLocationPkin an expected format like AAAAAAA/BBBBBB/....RequestMessage.Builder.withBarcode(String barcode) Add anBarcodeto 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 targetLocationby the given uniqueLocationPkin an expected format like AAAAAAA/BBBBBB/....