Class Tabulation<ModelT>

java.lang.Object
dev.getelements.elements.sdk.model.Tabulation<ModelT>
Type Parameters:
ModelT -
All Implemented Interfaces:
Iterable<ModelT>

public class Tabulation<ModelT> extends Object implements Iterable<ModelT>
Similar to a Pagination, a Tabulation is a way to walk a dataset.
  • Constructor Details

    • Tabulation

      public Tabulation()
  • Method Details

    • iterator

      public Iterator<ModelT> iterator()
      Specified by:
      iterator in interface Iterable<ModelT>
    • getRows

      public List<ModelT> getRows()
      Gets the rows of this tabulation.
      Returns:
    • setRows

      public void setRows(List<ModelT> rows)
      Sets the rows of this tabulation.
      Parameters:
      rows -