Interface ValidationExceptionField.Builder

    • Method Detail

      • name

        ValidationExceptionField.Builder name​(String name)

        The name of the input parameter.

        Parameters:
        name - The name of the input parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        ValidationExceptionField.Builder message​(String message)

        A message for the input validation error.

        Parameters:
        message - A message for the input validation error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.