Uses of Class
com.avoka.tm.svc.ReceiptSvc.ReceiptMode
-
Packages that use ReceiptSvc.ReceiptMode Package Description com.avoka.tm.svc Provides Service classes. -
-
Uses of ReceiptSvc.ReceiptMode in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return ReceiptSvc.ReceiptMode Modifier and Type Method Description static ReceiptSvc.ReceiptMode
ReceiptSvc.ReceiptMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReceiptSvc.ReceiptMode[]
ReceiptSvc.ReceiptMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avoka.tm.svc with parameters of type ReceiptSvc.ReceiptMode Modifier and Type Method Description ReceiptSvc
ReceiptSvc. setReceiptMode(ReceiptSvc.ReceiptMode receiptMode)
Set the receipt mode (default is DELIVERY).
-