Uses of Class
net.webpdf.wsclient.openapi.ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum
-
Packages that use ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum Modifier and Type Method Description static ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnumApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum. fromValue(String value)@Nullable ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnumApplicationConfigChromiumBridgeCommandLineSwitch. getMode()Defines the operation mode for the command line switchstatic ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnumApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum[]ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum. 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 ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum Modifier and Type Method Description ApplicationConfigChromiumBridgeCommandLineSwitchApplicationConfigChromiumBridgeCommandLineSwitch. mode(ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum mode)voidApplicationConfigChromiumBridgeCommandLineSwitch. setMode(ApplicationConfigChromiumBridgeCommandLineSwitch.ModeEnum mode)
-