Interface ValidationExceptionField.Builder

    • Method Detail

      • name

        ValidationExceptionField.Builder name​(String name)

        The field name.

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

        ValidationExceptionField.Builder message​(String message)

        Message describing why the field failed validation.

        Parameters:
        message - Message describing why the field failed validation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.