Interface CalculatedField.Builder

    • Method Detail

      • 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

        CalculatedField.Builder name​(String 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.