Uses of Class
net.webpdf.wsclient.openapi.OperationLaunchApplicationActionLaunchApplication.NewWindowEnum
-
Packages that use OperationLaunchApplicationActionLaunchApplication.NewWindowEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationLaunchApplicationActionLaunchApplication.NewWindowEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationLaunchApplicationActionLaunchApplication.NewWindowEnum Modifier and Type Method Description static OperationLaunchApplicationActionLaunchApplication.NewWindowEnumOperationLaunchApplicationActionLaunchApplication.NewWindowEnum. fromValue(String value)@Nullable OperationLaunchApplicationActionLaunchApplication.NewWindowEnumOperationLaunchApplicationActionLaunchApplication. getNewWindow()Used to select the window in which the application / document should be openedstatic OperationLaunchApplicationActionLaunchApplication.NewWindowEnumOperationLaunchApplicationActionLaunchApplication.NewWindowEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationLaunchApplicationActionLaunchApplication.NewWindowEnum[]OperationLaunchApplicationActionLaunchApplication.NewWindowEnum. 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 OperationLaunchApplicationActionLaunchApplication.NewWindowEnum Modifier and Type Method Description OperationLaunchApplicationActionLaunchApplicationOperationLaunchApplicationActionLaunchApplication. newWindow(OperationLaunchApplicationActionLaunchApplication.NewWindowEnum newWindow)voidOperationLaunchApplicationActionLaunchApplication. setNewWindow(OperationLaunchApplicationActionLaunchApplication.NewWindowEnum newWindow)
-