Interface Warning.Builder

    • Method Detail

      • errorCode

        Warning.Builder errorCode​(String errorCode)

        The error code for the warning.

        Parameters:
        errorCode - The error code for the warning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pages

        Warning.Builder pages​(Collection<Integer> pages)

        A list of the pages that the warning applies to.

        Parameters:
        pages - A list of the pages that the warning applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pages

        Warning.Builder pages​(Integer... pages)

        A list of the pages that the warning applies to.

        Parameters:
        pages - A list of the pages that the warning applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.