Uses of Class
net.webpdf.wsclient.openapi.OperationWindowsLaunchParameter.OperationEnum
-
Packages that use OperationWindowsLaunchParameter.OperationEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationWindowsLaunchParameter.OperationEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationWindowsLaunchParameter.OperationEnum Modifier and Type Method Description static OperationWindowsLaunchParameter.OperationEnumOperationWindowsLaunchParameter.OperationEnum. fromValue(String value)@Nullable OperationWindowsLaunchParameter.OperationEnumOperationWindowsLaunchParameter. getOperation()Used to specify the standard operation that should be carried out with the specified documentstatic OperationWindowsLaunchParameter.OperationEnumOperationWindowsLaunchParameter.OperationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationWindowsLaunchParameter.OperationEnum[]OperationWindowsLaunchParameter.OperationEnum. 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 OperationWindowsLaunchParameter.OperationEnum Modifier and Type Method Description OperationWindowsLaunchParameterOperationWindowsLaunchParameter. operation(OperationWindowsLaunchParameter.OperationEnum operation)voidOperationWindowsLaunchParameter. setOperation(OperationWindowsLaunchParameter.OperationEnum operation)
-