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