Interface AttributeDetails.Builder

    • Method Detail

      • attributes

        AttributeDetails.Builder attributes​(Collection<AttributeItem> attributes)

        A list of attribute items specified in the mathematical expression.

        Parameters:
        attributes - A list of attribute items specified in the mathematical expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        AttributeDetails.Builder attributes​(AttributeItem... attributes)

        A list of attribute items specified in the mathematical expression.

        Parameters:
        attributes - A list of attribute items specified in the mathematical expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expression

        AttributeDetails.Builder expression​(String expression)

        Mathematical expression that is performed on attribute items provided in the attribute list. Each element in the expression should follow the structure of \"{ObjectTypeName.AttributeName}\".

        Parameters:
        expression - Mathematical expression that is performed on attribute items provided in the attribute list. Each element in the expression should follow the structure of \"{ObjectTypeName.AttributeName}\".
        Returns:
        Returns a reference to this object so that method calls can be chained together.