Interface DataTableFavoriteConfiguration

    • Method Detail

      • getId

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

        String getTenantId()
      • getKey

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

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

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

        boolean isDefault()