Interface CalculatedField.Builder

  • Method Details

    • dataSetIdentifier

      CalculatedField.Builder dataSetIdentifier(String dataSetIdentifier)

      The data set that is used in this calculated field.

      Parameters:
      dataSetIdentifier - The data set that is used in this calculated field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the calculated field.

      Parameters:
      name - The name of the calculated field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expression

      CalculatedField.Builder expression(String expression)

      The expression of the calculated field.

      Parameters:
      expression - The expression of the calculated field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.