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