Class FolderKey


  • public final class FolderKey
    extends java.lang.Object
    Defines the key of the folder.
    Since:
    6.1.1
    • Constructor Summary

      Constructors 
      Constructor Description
      FolderKey​(com.onwbp.adaptation.PrimaryKey primaryKey)
      Instantiates a new folder key.
      FolderKey​(java.lang.String folderKey)
      Instantiates a new folder key.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFolderId()
      Returns the ID of the folder
      com.onwbp.adaptation.PrimaryKey getPrimaryKey()
      Returns the primary key.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FolderKey

        public FolderKey​(com.onwbp.adaptation.PrimaryKey primaryKey)
        Instantiates a new folder key.
        Parameters:
        primaryKey - the primary key
      • FolderKey

        public FolderKey​(java.lang.String folderKey)
        Instantiates a new folder key.
        Parameters:
        folderKey - the folder key
    • Method Detail

      • getPrimaryKey

        public com.onwbp.adaptation.PrimaryKey getPrimaryKey()
        Returns the primary key.
      • getFolderId

        public java.lang.String getFolderId()
        Returns the ID of the folder