Uses of Class
net.webpdf.wsclient.openapi.ApplicationConfigBarcodeWebservice.QueueModeEnum
-
Packages that use ApplicationConfigBarcodeWebservice.QueueModeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of ApplicationConfigBarcodeWebservice.QueueModeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ApplicationConfigBarcodeWebservice.QueueModeEnum Modifier and Type Method Description static ApplicationConfigBarcodeWebservice.QueueModeEnumApplicationConfigBarcodeWebservice.QueueModeEnum. fromValue(String value)@Nullable ApplicationConfigBarcodeWebservice.QueueModeEnumApplicationConfigBarcodeWebservice. getQueueMode()Defines how the size of the queue is determined.static ApplicationConfigBarcodeWebservice.QueueModeEnumApplicationConfigBarcodeWebservice.QueueModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationConfigBarcodeWebservice.QueueModeEnum[]ApplicationConfigBarcodeWebservice.QueueModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type ApplicationConfigBarcodeWebservice.QueueModeEnum Modifier and Type Method Description ApplicationConfigBarcodeWebserviceApplicationConfigBarcodeWebservice. queueMode(ApplicationConfigBarcodeWebservice.QueueModeEnum queueMode)voidApplicationConfigBarcodeWebservice. setQueueMode(ApplicationConfigBarcodeWebservice.QueueModeEnum queueMode)
-