Interface EvaluationAcknowledgement.Builder

  • Method Details

    • acknowledgedTime

      EvaluationAcknowledgement.Builder acknowledgedTime(Instant acknowledgedTime)

      When the agent acknowledged the evaluation.

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

      EvaluationAcknowledgement.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

      EvaluationAcknowledgement.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.