Interface ValidationExceptionField.Builder

    • Method Detail

      • name

        ValidationExceptionField.Builder name​(String name)

        The name of the field.

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

        ValidationExceptionField.Builder message​(String message)

        The message with more information about the validation exception.

        Parameters:
        message - The message with more information about the validation exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.