Interface PrimaryValue.Builder

  • Method Details

    • attributeName

      PrimaryValue.Builder attributeName(String attributeName)

      The name of the primary attribute that this value belongs to.

      Parameters:
      attributeName - The name of the primary attribute that this value belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The actual value for the primary attribute. Must be provided as a string regardless of the attribute's value type. Primary values cannot be expressions and must be explicitly specified.

      Parameters:
      value - The actual value for the primary attribute. Must be provided as a string regardless of the attribute's value type. Primary values cannot be expressions and must be explicitly specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.