Package net.webpdf.wsclient.openapi
Class OperationLaunchParameter
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationLaunchParameter
-
public class OperationLaunchParameter extends Object
Used to specify additional arguments for running an application and selecting the file in a platform-specific way (as of this writing, operating systems other than Microsoft Windows are not supported when it comes to passing these arguments).
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_WINDOWS
-
Constructor Summary
Constructors Constructor Description OperationLaunchParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationWindowsLaunchParametergetWindows()Get windowsinthashCode()voidsetWindows(OperationWindowsLaunchParameter windows)StringtoString()OperationLaunchParameterwindows(OperationWindowsLaunchParameter windows)
-
-
-
Field Detail
-
JSON_PROPERTY_WINDOWS
public static final String JSON_PROPERTY_WINDOWS
- See Also:
- Constant Field Values
-
-
Method Detail
-
windows
public OperationLaunchParameter windows(OperationWindowsLaunchParameter windows)
-
getWindows
@Nullable public @Nullable OperationWindowsLaunchParameter getWindows()
Get windows- Returns:
- windows
-
setWindows
public void setWindows(OperationWindowsLaunchParameter windows)
-
-