Interface EvaluationScore.Builder

  • Method Details

    • percentage

      EvaluationScore.Builder percentage(Double percentage)

      The score percentage for an item in a contact evaluation.

      Parameters:
      percentage - The score percentage for an item in a contact evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notApplicable

      EvaluationScore.Builder notApplicable(Boolean notApplicable)

      The flag to mark the item as not applicable for scoring.

      Parameters:
      notApplicable - The flag to mark the item as not applicable for scoring.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • automaticFail

      EvaluationScore.Builder automaticFail(Boolean automaticFail)

      The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.

      Parameters:
      automaticFail - The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appliedWeight

      EvaluationScore.Builder appliedWeight(Double appliedWeight)

      Weight applied to this evaluation score.

      Parameters:
      appliedWeight - Weight applied to this evaluation score.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • earnedPoints

      EvaluationScore.Builder earnedPoints(Integer earnedPoints)

      The points earned for the item.

      Parameters:
      earnedPoints - The points earned for the item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxBasePoint

      EvaluationScore.Builder maxBasePoint(Integer maxBasePoint)

      The maximum base points possible for the item.

      Parameters:
      maxBasePoint - The maximum base points possible for the item.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • performanceCategory

      EvaluationScore.Builder performanceCategory(String performanceCategory)

      The performance category for the score.

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

      EvaluationScore.Builder performanceCategory(PerformanceCategoryName performanceCategory)

      The performance category for the score.

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