Class TablePath

Object
com.pullreports.model.TablePath

public final class TablePath extends Object
The unique list of TableIds which identify a Table within a Report. See the Table and Column resource paths documentation for more information.
See Also:
  • Constructor Details

    • TablePath

      public TablePath(String path)
    • TablePath

      public TablePath(List<TableId> paths)
    • TablePath

      public TablePath(TableId... tableIds)
  • Method Details