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 message stating reason for why service validation failed.

        Parameters:
        message - The message stating reason for why service validation failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.