Uses of Class
net.webpdf.wsclient.openapi.ApplicationConfigOcrWebservice.QueueModeEnum
-
Packages that use ApplicationConfigOcrWebservice.QueueModeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of ApplicationConfigOcrWebservice.QueueModeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ApplicationConfigOcrWebservice.QueueModeEnum Modifier and Type Method Description static ApplicationConfigOcrWebservice.QueueModeEnumApplicationConfigOcrWebservice.QueueModeEnum. fromValue(String value)@Nullable ApplicationConfigOcrWebservice.QueueModeEnumApplicationConfigOcrWebservice. getQueueMode()Defines how the size of the queue is determined.static ApplicationConfigOcrWebservice.QueueModeEnumApplicationConfigOcrWebservice.QueueModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationConfigOcrWebservice.QueueModeEnum[]ApplicationConfigOcrWebservice.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 ApplicationConfigOcrWebservice.QueueModeEnum Modifier and Type Method Description ApplicationConfigOcrWebserviceApplicationConfigOcrWebservice. queueMode(ApplicationConfigOcrWebservice.QueueModeEnum queueMode)voidApplicationConfigOcrWebservice. setQueueMode(ApplicationConfigOcrWebservice.QueueModeEnum queueMode)
-