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