Interface ValidationWarning.Builder

  • Method Details

    • id

      The identifier of the object that contains the validation warning.

      Parameters:
      id - The identifier of the object that contains the validation warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      A description of the validation warning.

      Parameters:
      warnings - A description of the validation warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • warnings

      ValidationWarning.Builder warnings(String... warnings)

      A description of the validation warning.

      Parameters:
      warnings - A description of the validation warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.