Interface CreateTestCaseResponse.Builder

  • Method Details

    • testCaseId

      CreateTestCaseResponse.Builder testCaseId(String testCaseId)

      The test case ID of the test case.

      Parameters:
      testCaseId - The test case ID of the test case.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • testCaseVersion

      CreateTestCaseResponse.Builder testCaseVersion(Integer testCaseVersion)

      The test case version of the test case.

      Parameters:
      testCaseVersion - The test case version of the test case.
      Returns:
      Returns a reference to this object so that method calls can be chained together.