Uses of Enum Class
com.avoka.tm.svc.ReceiptSvc.ReceiptMode
Packages that use ReceiptSvc.ReceiptMode
-
Uses of ReceiptSvc.ReceiptMode in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return ReceiptSvc.ReceiptModeModifier and TypeMethodDescriptionstatic ReceiptSvc.ReceiptMode
Returns the enum constant of this class with the specified name.static ReceiptSvc.ReceiptMode[]
ReceiptSvc.ReceiptMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.avoka.tm.svc with parameters of type ReceiptSvc.ReceiptModeModifier and TypeMethodDescriptionReceiptSvc.setReceiptMode
(ReceiptSvc.ReceiptMode receiptMode) Set the receipt mode (default is DELIVERY).