Package net.webpdf.wsclient.openapi
Class OperationPortfolioFolder
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationPortfolioFolder
-
public class OperationPortfolioFolder extends Object
Used to define an individual folder that should be added to the portfolio. This element can be used multiple times if you want to add multiple folders.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PATH
-
Constructor Summary
Constructors Constructor Description OperationPortfolioFolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetPath()Used to define the path/folder where the document will be stored in the portfolio.inthashCode()OperationPortfolioFolderpath(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 OperationPortfolioFolder path(String path)
-
getPath
@Nullable public @Nullable String getPath()
Used to define the path/folder where the document will be stored in the portfolio. **Important:** A portfolio path is defined by the \"/\" separated nested folder names.- Returns:
- path
-
setPath
public void setPath(String path)
-
-