Interface Submission.Builder

  • Method Details

    • value

      The data submitted by the user.

      Parameters:
      value - The data submitted by the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • submissionId

      Submission.Builder submissionId(String submissionId)

      The unique identifier of the submission.

      Parameters:
      submissionId - The unique identifier of the submission.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestamp

      Submission.Builder timestamp(Instant timestamp)

      The date and time when the card is submitted.

      Parameters:
      timestamp - The date and time when the card is submitted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.