Interface ColumnIdentifier.Builder

  • Method Details

    • dataSetIdentifier

      ColumnIdentifier.Builder dataSetIdentifier(String dataSetIdentifier)

      The data set that the column belongs to.

      Parameters:
      dataSetIdentifier - The data set that the column belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • columnName

      ColumnIdentifier.Builder columnName(String columnName)

      The name of the column.

      Parameters:
      columnName - The name of the column.
      Returns:
      Returns a reference to this object so that method calls can be chained together.