Interface Warning.Builder

    • Method Detail

      • message

        Warning.Builder message​(String message)

        The message that explains the problem with the query.

        Parameters:
        message - The message that explains the problem with the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        Warning.Builder code​(String code)

        The code used to show the type of warning for the query.

        Parameters:
        code - The code used to show the type of warning for the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WarningCode, WarningCode
      • code

        Warning.Builder code​(WarningCode code)

        The code used to show the type of warning for the query.

        Parameters:
        code - The code used to show the type of warning for the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WarningCode, WarningCode