Interface RatingScaleItemValue.Builder

  • Method Details

    • stringValue

      RatingScaleItemValue.Builder stringValue(String stringValue)

      A string representing the value for a rating in a custom metric rating scale.

      Parameters:
      stringValue - A string representing the value for a rating in a custom metric rating scale.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • floatValue

      RatingScaleItemValue.Builder floatValue(Float floatValue)

      A floating point number representing the value for a rating in a custom metric rating scale.

      Parameters:
      floatValue - A floating point number representing the value for a rating in a custom metric rating scale.
      Returns:
      Returns a reference to this object so that method calls can be chained together.