Class 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.
    • Constructor Detail

      • OperationPortfolioFolder

        public OperationPortfolioFolder()
    • Method Detail

      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object