Interface ValidationWarning.Builder

    • Method Detail

      • id

        ValidationWarning.Builder id​(String 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

        ValidationWarning.Builder warnings​(Collection<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.
      • 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.