Interface MessageData.Builder

    • Method Detail

      • code

        MessageData.Builder code​(String code)

        The error code or status code associated with the message.

        Parameters:
        code - The error code or status code associated with the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        MessageData.Builder value​(String value)

        The message text.

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