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