Package net.webpdf.wsclient.openapi
Class OperationNamedActionExecuteNamed
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationNamedActionExecuteNamed
-
public class OperationNamedActionExecuteNamed extends Object
The executeNamed action executes a prepared action that is known to the reader application with a specific name. There are certain standard actions that should be known to any reader application. However, an application can have other defined names as well. The actions' execution and what it does are defined exclusively by the reader application, meaning that the resulting behaviour can vary completely from one application to another.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMED_OPERATION
-
Constructor Summary
Constructors Constructor Description OperationNamedActionExecuteNamed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetNamedOperation()The name of the action that should be run.inthashCode()OperationNamedActionExecuteNamednamedOperation(String namedOperation)voidsetNamedOperation(String namedOperation)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAMED_OPERATION
public static final String JSON_PROPERTY_NAMED_OPERATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
namedOperation
public OperationNamedActionExecuteNamed namedOperation(String namedOperation)
-
getNamedOperation
@Nullable public @Nullable String getNamedOperation()
The name of the action that should be run. The following are standard names that any reader application should know: * NextPage = Jumps to the next page * PrevPage = Jumps to the previous page * FirstPage = Jump to the first page * LastPage = Jump to the last page- Returns:
- namedOperation
-
setNamedOperation
public void setNamedOperation(String namedOperation)
-
-