Package net.webpdf.wsclient.openapi
Class OperationItemReference
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationItemReference
-
public class OperationItemReference extends Object
Used to select an outline item.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PATH
-
Constructor Summary
Constructors Constructor Description OperationItemReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetPath()The element paths are made of the visible names of the entries in the content structure separated with forward slashes (/), starting with an initial slash.inthashCode()OperationItemReferencepath(String path)voidsetPath(String path)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
path
public OperationItemReference path(String path)
-
getPath
@Nullable public @Nullable String getPath()
The element paths are made of the visible names of the entries in the content structure separated with forward slashes (/), starting with an initial slash.- Returns:
- path
-
setPath
public void setPath(String path)
-
-