Interface EvaluationAcknowledgementSummary.Builder

  • Method Details

    • acknowledgedTime

      EvaluationAcknowledgementSummary.Builder acknowledgedTime(Instant acknowledgedTime)

      The time when an agent acknowledged the evaluation.

      Parameters:
      acknowledgedTime - The time when an agent acknowledged the evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • acknowledgedBy

      EvaluationAcknowledgementSummary.Builder acknowledgedBy(String acknowledgedBy)

      The agent who acknowledged the evaluation.

      Parameters:
      acknowledgedBy - The agent who acknowledged the evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • acknowledgerComment

      EvaluationAcknowledgementSummary.Builder acknowledgerComment(String acknowledgerComment)

      A comment from the agent when they confirmed they acknowledged the evaluation.

      Parameters:
      acknowledgerComment - A comment from the agent when they confirmed they acknowledged the evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.