Interface EvaluationFormScoreThreshold.Builder

  • Method Details

    • performanceCategory

      EvaluationFormScoreThreshold.Builder performanceCategory(String performanceCategory)

      The performance category name.

      Parameters:
      performanceCategory - The performance category name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • performanceCategory

      EvaluationFormScoreThreshold.Builder performanceCategory(PerformanceCategoryName performanceCategory)

      The performance category name.

      Parameters:
      performanceCategory - The performance category name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • minScorePercentage

      EvaluationFormScoreThreshold.Builder minScorePercentage(Double minScorePercentage)

      The minimum score percentage for the performance category.

      Parameters:
      minScorePercentage - The minimum score percentage for the performance category.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxScorePercentage

      EvaluationFormScoreThreshold.Builder maxScorePercentage(Double maxScorePercentage)

      The maximum score percentage for the performance category.

      Parameters:
      maxScorePercentage - The maximum score percentage for the performance category.
      Returns:
      Returns a reference to this object so that method calls can be chained together.