Interface ValidationExceptionField.Builder

    • Method Detail

      • name

        ValidationExceptionField.Builder name​(String name)

        The name of the Validation Exception Field.

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

        ValidationExceptionField.Builder message​(String message)

        The error message.

        Parameters:
        message - The error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.