Interface DataTableFavoriteConfiguration

    • Method Detail

      • getId

        java.lang.String getId()
        The technical id of the configuration
      • getTenantId

        java.lang.String getTenantId()
      • getKey

        java.lang.String getKey()
        The key for the favorite.
      • getName

        java.lang.String getName()
        The name of the favorite.
      • getConfiguration

        com.fasterxml.jackson.databind.node.ObjectNode getConfiguration()
        The favorite configuration definition.
      • isDefault

        boolean isDefault()