Uses of Class
net.webpdf.wsclient.openapi.AdminLogConfigurationMode
-
Packages that use AdminLogConfigurationMode Package Description net.webpdf.wsclient.openapi -
-
Uses of AdminLogConfigurationMode in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminLogConfigurationMode Modifier and Type Method Description static AdminLogConfigurationModeAdminLogConfigurationMode. fromValue(String value)@Nullable AdminLogConfigurationModeAdminLogFileConfiguration. getDebugMode()Get debugModestatic AdminLogConfigurationModeAdminLogConfigurationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminLogConfigurationMode[]AdminLogConfigurationMode. 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 AdminLogConfigurationMode Modifier and Type Method Description AdminLogFileConfigurationAdminLogFileConfiguration. debugMode(AdminLogConfigurationMode debugMode)voidAdminLogFileConfiguration. setDebugMode(AdminLogConfigurationMode debugMode)
-