Interface TestCaseLatestVersion.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TestCaseLatestVersion.Builder,TestCaseLatestVersion>, SdkBuilder<TestCaseLatestVersion.Builder,TestCaseLatestVersion>, SdkPojo
Enclosing class:
TestCaseLatestVersion

public static interface TestCaseLatestVersion.Builder extends SdkPojo, CopyableBuilder<TestCaseLatestVersion.Builder,TestCaseLatestVersion>
  • Method Details

    • version

      The version of the test case latest version.

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

      The status of the test case latest version.

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

      The status of the test case latest version.

      Parameters:
      status - The status of the test case latest version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      TestCaseLatestVersion.Builder statusReason(String statusReason)

      The status reason of the test case latest version.

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