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