Uses of Class
com.adyen.model.nexo.PrinterStatusType
-
Packages that use PrinterStatusType Package Description com.adyen.model.nexo -
-
Uses of PrinterStatusType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PrinterStatusType Modifier and Type Field Description protected PrinterStatusTypePOIStatus. printerStatusThe Printer status.Methods in com.adyen.model.nexo that return PrinterStatusType Modifier and Type Method Description static PrinterStatusTypePrinterStatusType. fromValue(String v)From value printer status type.PrinterStatusTypePOIStatus. getPrinterStatus()Gets the value of the printerStatus property.static PrinterStatusTypePrinterStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrinterStatusType[]PrinterStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type PrinterStatusType Modifier and Type Method Description voidPOIStatus. setPrinterStatus(PrinterStatusType value)Sets the value of the printerStatus property.
-